Uses of Enum Class
net.thevpc.common.vfs.VFileType
Packages that use VFileType
-
Uses of VFileType in net.thevpc.common.vfs
Subclasses with type arguments of type VFileType in net.thevpc.common.vfsMethods in net.thevpc.common.vfs that return VFileTypeModifier and TypeMethodDescriptionVFile.getFileType()VirtualFileSystem.getFileType(String path) static VFileTypeReturns the enum constant of this class with the specified name.static VFileType[]VFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.vfs with parameters of type VFileTypeModifier and TypeMethodDescriptionVirtualFileACL.getAllowedCreateChildPermission(VFileType type, String user) VirtualFileACL.getAllowedRemoveChildPermission(VFileType type, String user) VirtualFileACL.getAllowedUpdateChildPermission(VFileType type, String user) booleanVFile.isAllowedCreateChild(VFileType type, String user) booleanVFSSecurityManager.isAllowedCreateChild(String path, VFileType type, String user) booleanVFile.isAllowedRemoveChild(VFileType type, String user) booleanVFSSecurityManager.isAllowedRemoveChild(String path, VFileType type, String user) booleanVFile.isAllowedUpdateChild(VFileType type, String user) booleanVFSSecurityManager.isAllowedUpdateChild(String path, VFileType type, String user) -
Uses of VFileType in net.thevpc.common.vfs.impl
Methods in net.thevpc.common.vfs.impl that return VFileTypeModifier and TypeMethodDescriptionAbstractDelegateVirtualFileSystem.getFileType(String path) DefaultFile.getFileType()DetachedFile.getFileType()DetachedVirtualFileSystem.getFileType(String path) NativeVFS.getFileType(String path) Methods in net.thevpc.common.vfs.impl with parameters of type VFileTypeModifier and TypeMethodDescriptionDefaultVirtualFileACL.getAllowedCreateChildPermission(VFileType type, String user) FileACL.getAllowedCreateChildPermission(VFileType type, String user) DefaultVirtualFileACL.getAllowedRemoveChildPermission(VFileType type, String user) FileACL.getAllowedRemoveChildPermission(VFileType type, String user) DefaultVirtualFileACL.getAllowedUpdateChildPermission(VFileType type, String user) FileACL.getAllowedUpdateChildPermission(VFileType type, String user) booleanDefaultFile.isAllowedCreateChild(VFileType type, String user) booleanDefaultVFSSecurityManager.isAllowedCreateChild(String path, VFileType type, String user) booleanDelegateVFSSecurityManager.isAllowedCreateChild(String path, VFileType type, String user) booleanDetachedFile.isAllowedCreateChild(VFileType type, String user) booleanDefaultFile.isAllowedRemoveChild(VFileType type, String user) booleanDefaultVFSSecurityManager.isAllowedRemoveChild(String path, VFileType type, String user) booleanDelegateVFSSecurityManager.isAllowedRemoveChild(String path, VFileType type, String user) booleanDetachedFile.isAllowedRemoveChild(VFileType type, String user) booleanDefaultFile.isAllowedUpdateChild(VFileType type, String user) booleanDefaultVFSSecurityManager.isAllowedUpdateChild(String path, VFileType type, String user) booleanDelegateVFSSecurityManager.isAllowedUpdateChild(String path, VFileType type, String user) booleanDetachedFile.isAllowedUpdateChild(VFileType type, String user) voidDetachedFile.setFileType(VFileType fileType)