Uses of Enum
org.irods.irods4j.high_level.vfs.IRODSFilesystem.RemoveOptions
Packages that use IRODSFilesystem.RemoveOptions
-
Uses of IRODSFilesystem.RemoveOptions in org.irods.irods4j.high_level.vfs
Methods in org.irods.irods4j.high_level.vfs that return IRODSFilesystem.RemoveOptionsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static IRODSFilesystem.RemoveOptions[]IRODSFilesystem.RemoveOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.irods.irods4j.high_level.vfs with parameters of type IRODSFilesystem.RemoveOptionsModifier and TypeMethodDescriptionstatic booleanIRODSFilesystem.remove(IRODSApi.RcComm comm, String path, IRODSFilesystem.RemoveOptions removeOptions) static voidIRODSFilesystem.removeAll(IRODSApi.RcComm comm, String path, IRODSFilesystem.RemoveOptions removeOptions)