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 UnixFSHasFilesystemPath
Creates all directories for this instance.Gets the FS Path for the object.default Path
getFilesystemPath
(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
Path
appending the transaction ID.
-
createParentDirectories
Creates all directories for this instance.- Returns:
- this instance
- Throws:
IOException
-