Class UnixFSReversePathMapping
java.lang.Object
dev.getelements.elements.rt.transact.unix.UnixFSReversePathMapping
- All Implemented Interfaces:
UnixFSHasFilesystemPath
-
Method Summary
Modifier and TypeMethodDescriptionstatic UnixFSReversePathMappingfromResourceId(UnixFSUtils utils, ResourceId resourceId) Gets the FS Path for the object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.rt.transact.unix.UnixFSHasFilesystemPath
createParentDirectories, getFilesystemPath
-
Method Details
-
getFilesystemPath
Description copied from interface:UnixFSHasFilesystemPathGets the FS Path for the object.- Specified by:
getFilesystemPathin interfaceUnixFSHasFilesystemPath- Returns:
-
fromResourceId
Creates aUnixFSReversePathMappingfrom theUnixFSUtilsand theResourceId. This will appropriately resolve the directory from the configuration supplied in the utils.- Parameters:
utils- the utils instance which contains the necessary configurationresourceId- theResourceIdfor which to associate w/ the mapping- Returns:
- the
UnixFSResourceContentsMapping
-