Schnittstelle ResourceFilter
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,Notifier,PermissionFilter
- Alle bekannten Implementierungsklassen:
ResourceFilterImpl
- Seit:
- 4.3
The following features are supported:
- Siehe auch:
- Generated
- Model
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetPath()Returns the value of the 'Path' attribute.Returns the value of the 'Pattern Style' attribute.booleanReturns the value of the 'Binary Resources' attribute.booleanReturns the value of the 'Folders' attribute.booleanReturns the value of the 'Include Parents' attribute.booleanReturns the value of the 'Include Root' attribute.booleanReturns the value of the 'Model Objects' attribute.booleanReturns the value of the 'Model Resources' attribute.booleanReturns the value of the 'Text Resources' attribute.setBinaryResources(boolean value) Sets the value of the 'Binary Resources' attribute.setFolders(boolean value) Sets the value of the 'Folders' attribute.setIncludeParents(boolean value) Sets the value of the 'Include Parents' attribute.setIncludeRoot(boolean value) Sets the value of the 'Include Root' attribute.setModelObjects(boolean value) Sets the value of the 'Model Objects' attribute.setModelResources(boolean value) Sets the value of the 'Model Resources' attribute.Sets the value of the 'Path' attribute.setPatternStyle(PatternStyle value) Sets the value of the 'Pattern Style' attribute.setTextResources(boolean value) Sets the value of the 'Text Resources' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.PermissionFilter
format, isApplicable, isImpacted
-
Methodendetails
-
getPath
String getPath()Returns the value of the 'Path' attribute.If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Path' attribute.
- Siehe auch:
- Generated
- Model
-
setPath
Sets the value of the 'Path' attribute.- Parameter:
value- the new value of the 'Path' attribute.- Siehe auch:
- Generated
- NOT
-
getPatternStyle
PatternStyle getPatternStyle()Returns the value of the 'Pattern Style' attribute. The default value is"TREE". The literals are from the enumerationPatternStyle.If the meaning of the 'Pattern Style' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Pattern Style' attribute.
- Siehe auch:
- Generated
- Model
- default="TREE"
-
setPatternStyle
Sets the value of the 'Pattern Style' attribute.- Parameter:
value- the new value of the 'Pattern Style' attribute.- Siehe auch:
- Generated
- NOT
-
isFolders
boolean isFolders()Returns the value of the 'Folders' attribute. The default value is"true".If the meaning of the 'Folders' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Folders' attribute.
- Siehe auch:
- Generated
- Model
- default="true"
-
setFolders
Sets the value of the 'Folders' attribute.- Parameter:
value- the new value of the 'Folders' attribute.- Siehe auch:
- Generated
- NOT
-
isModelResources
boolean isModelResources()Returns the value of the 'Model Resources' attribute. The default value is"true".If the meaning of the 'Model Resources' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Model Resources' attribute.
- Siehe auch:
- Generated
- Model
- default="true"
-
setModelResources
Sets the value of the 'Model Resources' attribute.- Parameter:
value- the new value of the 'Model Resources' attribute.- Siehe auch:
- Generated
- NOT
-
isModelObjects
boolean isModelObjects()Returns the value of the 'Model Objects' attribute. The default value is"true".If the meaning of the 'Model Objects' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Model Objects' attribute.
- Siehe auch:
- Generated
- Model
- default="true"
-
setModelObjects
Sets the value of the 'Model Objects' attribute.- Parameter:
value- the new value of the 'Model Objects' attribute.- Siehe auch:
- Generated
- NOT
-
isIncludeParents
boolean isIncludeParents()Returns the value of the 'Include Parents' attribute. The default value is"true".If the meaning of the 'Include Parents' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Include Parents' attribute.
- Siehe auch:
- Generated
- Model
- default="true"
-
setIncludeParents
Sets the value of the 'Include Parents' attribute.- Parameter:
value- the new value of the 'Include Parents' attribute.- Siehe auch:
- Generated
- NOT
-
isIncludeRoot
boolean isIncludeRoot()Returns the value of the 'Include Root' attribute. The default value is"true".If the meaning of the 'Include Root' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Include Root' attribute.
- Siehe auch:
- Generated
- Model
- default="true"
-
setIncludeRoot
Sets the value of the 'Include Root' attribute.- Parameter:
value- the new value of the 'Include Root' attribute.- Siehe auch:
- Generated
- NOT
-
isTextResources
boolean isTextResources()Returns the value of the 'Text Resources' attribute. The default value is"true".If the meaning of the 'Text Resources' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Text Resources' attribute.
- Siehe auch:
- Generated
- Model
- default="true"
-
setTextResources
Sets the value of the 'Text Resources' attribute.- Parameter:
value- the new value of the 'Text Resources' attribute.- Siehe auch:
- Generated
- NOT
-
isBinaryResources
boolean isBinaryResources()Returns the value of the 'Binary Resources' attribute. The default value is"true".If the meaning of the 'Binary Resources' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Binary Resources' attribute.
- Siehe auch:
- Generated
- Model
- default="true"
-
setBinaryResources
Sets the value of the 'Binary Resources' attribute.- Parameter:
value- the new value of the 'Binary Resources' attribute.- Siehe auch:
- Generated
- NOT
-