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 Summary
Nested classes/interfaces inherited from class org.nuxeo.common.utils.FileRef
FileRef.ExactFileRef, FileRef.PatternFileRef -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.FileRef
newFileRef, newFileRef
-
Field Details
-
file
-
-
Constructor Details
-
ExactFileRef
-
ExactFileRef
-
-
Method Details
-
getFile
Description copied from class:FileRefGets the file referenced by this object. If the FileRef could not be resolved then null is returned. -
hasPattern
public boolean hasPattern()Description copied from class:FileRefWhether the referred file has a name pattern.- Specified by:
hasPatternin classFileRef
-
fillPatternVariables
Description copied from class:FileRefFill the given map with pattern variables.- Specified by:
fillPatternVariablesin classFileRef
-