Uses of Interface
dev.getelements.elements.rt.transact.unix.UnixFSHasFilesystemPath
Packages that use UnixFSHasFilesystemPath
-
Uses of UnixFSHasFilesystemPath in dev.getelements.elements.rt.transact.unix
Classes in dev.getelements.elements.rt.transact.unix that implement UnixFSHasFilesystemPathModifier and TypeClassDescriptionclass
class
class
class
Methods in dev.getelements.elements.rt.transact.unix that return UnixFSHasFilesystemPathModifier and TypeMethodDescriptiondefault UnixFSHasFilesystemPath
UnixFSHasFilesystemPath.createParentDirectories()
Creates all directories for this instance.Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSHasFilesystemPathModifier and TypeMethodDescriptionvoid
UnixFSUtils.cleanup
(UnixFSHasFilesystemPath hasFilesystemPath, String transactionId) Cleans up the object with the transaction ID.UnixFSUtils.commit
(UnixFSHasFilesystemPath hasFilesystemPath, String transactionId) Commits the supplied file, provided the transaction ID.boolean
UnixFSUtils.isRegularFile
(UnixFSHasFilesystemPath hasFilesystemPath) Checks if the supplied FS Path is a regular file and not a tombstone.Constructors in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSHasFilesystemPathModifierConstructorDescriptionUnixFSResourceEntryExisting
(UnixFSUtils unixFSUtils, UnixFSHasFilesystemPath hasFilesystemPath, ResourceEntry.OperationalStrategy operationalStrategy)