Package org.uberfire.backend.vfs
Class PathFactory.PathImpl
- java.lang.Object
-
- org.uberfire.backend.vfs.PathFactory.PathImpl
-
- All Implemented Interfaces:
Comparable<Path>,IsVersioned,Path
- Enclosing class:
- PathFactory
@Portable public static class PathFactory.PathImpl extends Object implements Path, IsVersioned
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Path another)booleanequals(Object o)Map<String,Object>getAttributes()StringgetFileName()inthashCode()booleanhasVersionSupport()StringtoString()StringtoURI()
-
-
-
Method Detail
-
getFileName
public String getFileName()
- Specified by:
getFileNamein interfacePath
-
compareTo
public int compareTo(Path another)
- Specified by:
compareToin interfaceComparable<Path>
-
hasVersionSupport
public boolean hasVersionSupport()
- Specified by:
hasVersionSupportin interfaceIsVersioned
-
-