Uses of Class
org.irods.irods4j.high_level.vfs.ObjectStatus
Packages that use ObjectStatus
-
Uses of ObjectStatus in org.irods.irods4j.high_level.vfs
Methods in org.irods.irods4j.high_level.vfs that return ObjectStatusModifier and TypeMethodDescriptionCollectionEntry.status()Returns the status information of the filesystem object.static ObjectStatusIRODSFilesystem.status(IRODSApi.RcComm comm, String path) TODOMethods in org.irods.irods4j.high_level.vfs with parameters of type ObjectStatusModifier and TypeMethodDescriptionstatic booleanIRODSFilesystem.exists(ObjectStatus status) Checks if a filesystem object is known to the catalog.static booleanIRODSFilesystem.isCollection(ObjectStatus status) Checks if the filesystem object is a collection.static booleanIRODSFilesystem.isDataObject(ObjectStatus status) static booleanIRODSFilesystem.isOther(ObjectStatus status) static booleanIRODSFilesystem.statusKnown(ObjectStatus status) Checks if the filesystem object's type is known.