Uses of Interface
net.thevpc.common.vfs.VirtualFileACL
Packages that use VirtualFileACL
-
Uses of VirtualFileACL in net.thevpc.common.vfs
Methods in net.thevpc.common.vfs that return VirtualFileACLModifier and TypeMethodDescriptionVFile.getACL()return ACL information on the given file or null if the file does could not be resolved Though null value should not be check against existence of the file/folderVirtualFileACL.getDefaultFileACL()VirtualFileACL.getDefaultFolderACL() -
Uses of VirtualFileACL in net.thevpc.common.vfs.impl
Subinterfaces of VirtualFileACL in net.thevpc.common.vfs.implClasses in net.thevpc.common.vfs.impl that implement VirtualFileACLFields in net.thevpc.common.vfs.impl declared as VirtualFileACLModifier and TypeFieldDescriptionstatic final VirtualFileACLDefaultVirtualFileACL.READ_ONLYstatic final VirtualFileACLDefaultVirtualFileACL.READ_WRITEMethods in net.thevpc.common.vfs.impl that return VirtualFileACLModifier and TypeMethodDescriptionDefaultFile.getACL()DetachedFile.getACL()DefaultVirtualFileACL.getDefaultFileACL()FileACL.getDefaultFileACL()DefaultVirtualFileACL.getDefaultFolderACL()FileACL.getDefaultFolderACL()FileACLVirtualFileSystem.getExistingACL(String path) Methods in net.thevpc.common.vfs.impl with parameters of type VirtualFileACL