Package org.nuxeo.common.utils
Class FileRef.ExactFileRef
java.lang.Object
org.nuxeo.common.utils.FileRef
org.nuxeo.common.utils.FileRef.ExactFileRef
- Enclosing class:
- FileRef
- 
Nested Class SummaryNested classes/interfaces inherited from class org.nuxeo.common.utils.FileRefFileRef.ExactFileRef, FileRef.PatternFileRef
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfillPatternVariables(Map<String, Object> vars) Fill the given map with pattern variables.getFile()Gets the file referenced by this object.booleanWhether the referred file has a name pattern.Methods inherited from class org.nuxeo.common.utils.FileRefnewFileRef, newFileRef
- 
Field Details- 
file
 
- 
- 
Constructor Details- 
ExactFileRef
- 
ExactFileRef
 
- 
- 
Method Details- 
getFileDescription copied from class:FileRefGets the file referenced by this object. If the FileRef could not be resolved then null is returned.
- 
hasPatternpublic boolean hasPattern()Description copied from class:FileRefWhether the referred file has a name pattern.- Specified by:
- hasPatternin class- FileRef
 
- 
fillPatternVariablesDescription copied from class:FileRefFill the given map with pattern variables.- Specified by:
- fillPatternVariablesin class- FileRef
 
 
-