Package org.nuxeo.common.utils
Class FileRef.PatternFileRef
java.lang.Object
org.nuxeo.common.utils.FileRef
org.nuxeo.common.utils.FileRef.PatternFileRef
- Enclosing class:
- FileRef
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.common.utils.FileRef
FileRef.ExactFileRef, FileRef.PatternFileRef
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.common.utils.FileRef
newFileRef, newFileRef
-
Field Details
-
file
-
key
-
value
-
-
Constructor Details
-
PatternFileRef
-
PatternFileRef
-
-
Method Details
-
getFile
Description copied from class:FileRef
Gets the file referenced by this object. If the FileRef could not be resolved then null is returned. -
getValue
-
getKey
-
hasPattern
public boolean hasPattern()Description copied from class:FileRef
Whether the referred file has a name pattern.- Specified by:
hasPattern
in classFileRef
-
fillPatternVariables
Description copied from class:FileRef
Fill the given map with pattern variables.- Specified by:
fillPatternVariables
in classFileRef
-