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 TypeClassDescriptionclassclassclassclassMethods in dev.getelements.elements.rt.transact.unix that return UnixFSHasFilesystemPathModifier and TypeMethodDescriptiondefault UnixFSHasFilesystemPathUnixFSHasFilesystemPath.createParentDirectories()Creates all directories for this instance.Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSHasFilesystemPathModifier and TypeMethodDescriptionvoidUnixFSUtils.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.booleanUnixFSUtils.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)