Interface UnixFSHasFilesystemPath
- All Known Implementing Classes:
UnixFSPathMapping,UnixFSResourceContentsMapping,UnixFSReversePathMapping,UnixFSTaskPathMapping
public interface UnixFSHasFilesystemPath
Used to represent an object which has a FS path component.
-
Method Summary
Modifier and TypeMethodDescriptiondefault UnixFSHasFilesystemPathCreates all directories for this instance.Gets the FS Path for the object.default PathgetFilesystemPath(String transactionId) Gets the FS Path for hte object, appending the transaction ID.
-
Method Details
-
getFilesystemPath
Path getFilesystemPath()Gets the FS Path for the object.- Returns:
-
getFilesystemPath
Gets the FS Path for hte object, appending the transaction ID.- Parameters:
transactionId- the transaction ID- Returns:
- the
Pathappending the transaction ID.
-
createParentDirectories
Creates all directories for this instance.- Returns:
- this instance
- Throws:
IOException
-