Interface ResourceFilter
- All Superinterfaces:
CDOObject
,CDOWithID
,EObject
,Notifier
,PermissionFilter
- All Known Implementing Classes:
ResourceFilterImpl
- Since:
- 4.3
The following features are supported:
- See Also:
- Generated
- Model
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Returns the value of the 'Path' attribute.Returns the value of the 'Pattern Style' attribute.boolean
Returns the value of the 'Binary Resources' attribute.boolean
Returns the value of the 'Folders' attribute.boolean
Returns the value of the 'Include Parents' attribute.boolean
Returns the value of the 'Include Root' attribute.boolean
Returns the value of the 'Model Objects' attribute.boolean
Returns the value of the 'Model Resources' attribute.boolean
Returns 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.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.emf.cdo.security.PermissionFilter
format, isApplicable, isImpacted
-
Method Details
-
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...
- Returns:
- the value of the 'Path' attribute.
- See Also:
- Generated
- Model
-
setPath
Sets the value of the 'Path
' attribute.- Parameters:
value
- the new value of the 'Path' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Pattern Style' attribute.
- See Also:
- Generated
- Model
- default="TREE"
-
setPatternStyle
Sets the value of the 'Pattern Style
' attribute.- Parameters:
value
- the new value of the 'Pattern Style' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Folders' attribute.
- See Also:
- Generated
- Model
- default="true"
-
setFolders
Sets the value of the 'Folders
' attribute.- Parameters:
value
- the new value of the 'Folders' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Model Resources' attribute.
- See Also:
- Generated
- Model
- default="true"
-
setModelResources
Sets the value of the 'Model Resources
' attribute.- Parameters:
value
- the new value of the 'Model Resources' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Model Objects' attribute.
- See Also:
- Generated
- Model
- default="true"
-
setModelObjects
Sets the value of the 'Model Objects
' attribute.- Parameters:
value
- the new value of the 'Model Objects' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Include Parents' attribute.
- See Also:
- Generated
- Model
- default="true"
-
setIncludeParents
Sets the value of the 'Include Parents
' attribute.- Parameters:
value
- the new value of the 'Include Parents' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Include Root' attribute.
- See Also:
- Generated
- Model
- default="true"
-
setIncludeRoot
Sets the value of the 'Include Root
' attribute.- Parameters:
value
- the new value of the 'Include Root' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Text Resources' attribute.
- See Also:
- Generated
- Model
- default="true"
-
setTextResources
Sets the value of the 'Text Resources
' attribute.- Parameters:
value
- the new value of the 'Text Resources' attribute.- See Also:
- 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...
- Returns:
- the value of the 'Binary Resources' attribute.
- See Also:
- Generated
- Model
- default="true"
-
setBinaryResources
Sets the value of the 'Binary Resources
' attribute.- Parameters:
value
- the new value of the 'Binary Resources' attribute.- See Also:
- Generated
- NOT
-