Modelers

org.topcased.search.core.engine
Interface IModelSearchScope

All Known Implementing Classes:
ModelSearchScope

public interface IModelSearchScope


Method Summary
 void addParticipant(org.eclipse.core.resources.IResource resource)
           
 void addParticipants(org.eclipse.core.resources.IResource[] resources)
           
 java.util.List<org.eclipse.core.resources.IResource> findPartcipant(java.lang.Class<? extends java.lang.Object> clazz)
           
 java.util.List<org.eclipse.core.resources.IResource> getParticipants()
           
 void removeParticipant(org.eclipse.core.resources.IResource resource)
           
 void removeParticipants(org.eclipse.core.resources.IResource[] resources)
           
 

Method Detail

getParticipants

java.util.List<org.eclipse.core.resources.IResource> getParticipants()

addParticipant

void addParticipant(org.eclipse.core.resources.IResource resource)

addParticipants

void addParticipants(org.eclipse.core.resources.IResource[] resources)

removeParticipant

void removeParticipant(org.eclipse.core.resources.IResource resource)

removeParticipants

void removeParticipants(org.eclipse.core.resources.IResource[] resources)

findPartcipant

java.util.List<org.eclipse.core.resources.IResource> findPartcipant(java.lang.Class<? extends java.lang.Object> clazz)

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.