Class UnixFSReversePathMapping
java.lang.Object
dev.getelements.elements.rt.transact.unix.UnixFSReversePathMapping
- All Implemented Interfaces:
UnixFSHasFilesystemPath
-
Method Summary
Modifier and TypeMethodDescriptionstatic UnixFSReversePathMapping
fromResourceId
(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, wait
Methods inherited from interface dev.getelements.elements.rt.transact.unix.UnixFSHasFilesystemPath
createParentDirectories, getFilesystemPath
-
Method Details
-
getFilesystemPath
Description copied from interface:UnixFSHasFilesystemPath
Gets the FS Path for the object.- Specified by:
getFilesystemPath
in interfaceUnixFSHasFilesystemPath
- Returns:
-
fromResourceId
Creates aUnixFSReversePathMapping
from theUnixFSUtils
and theResourceId
. This will appropriately resolve the directory from the configuration supplied in the utils.- Parameters:
utils
- the utils instance which contains the necessary configurationresourceId
- theResourceId
for which to associate w/ the mapping- Returns:
- the
UnixFSResourceContentsMapping
-