org.topcased.search.core.engine
Class ModelSearchScope
java.lang.Object
org.topcased.search.core.engine.ModelSearchScope
- All Implemented Interfaces:
- IModelSearchScope
public final class ModelSearchScope
- extends java.lang.Object
- implements 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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelSearchScope
public ModelSearchScope()
addParticipant
public void addParticipant(org.eclipse.core.resources.IResource resource)
- Specified by:
addParticipant
in interface IModelSearchScope
findPartcipant
public java.util.List<org.eclipse.core.resources.IResource> findPartcipant(java.lang.Class<? extends java.lang.Object> clazz)
- Specified by:
findPartcipant
in interface IModelSearchScope
getParticipants
public java.util.List<org.eclipse.core.resources.IResource> getParticipants()
- Specified by:
getParticipants
in interface IModelSearchScope
removeParticipant
public void removeParticipant(org.eclipse.core.resources.IResource resource)
- Specified by:
removeParticipant
in interface IModelSearchScope
addParticipants
public void addParticipants(org.eclipse.core.resources.IResource[] resources)
- Specified by:
addParticipants
in interface IModelSearchScope
removeParticipants
public void removeParticipants(org.eclipse.core.resources.IResource[] resources)
- Specified by:
removeParticipants
in interface IModelSearchScope
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.