Uses of Interface
io.roastedroot.zerofs.FileLookup
-
Uses of FileLookup in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as FileLookupMethods in io.roastedroot.zerofs with parameters of type FileLookupModifier and TypeMethodDescriptionprivate Map<String, FileAttributeView> AttributeService.createInheritedViews(FileLookup lookup, AttributeProvider provider) private voidAttributeService.createInheritedViews(FileLookup lookup, AttributeProvider provider, Map<String, FileAttributeView> inheritedViews) private FileAttributeViewAttributeService.getFileAttributeView(FileLookup lookup, Class<? extends FileAttributeView> viewType, Map<String, FileAttributeView> inheritedViews) <V extends FileAttributeView>
VAttributeService.getFileAttributeView(FileLookup lookup, Class<V> type) Returns an attribute view of the given type for the given file lookup callback, ornullif the view type is not supported.<V extends FileAttributeView>
VFileSystemView.getFileAttributeView(FileLookup lookup, Class<V> type) Returns a file attribute view using the given lookup callback.(package private) <V extends FileAttributeView>
VZeroFsFileStore.getFileAttributeView(FileLookup lookup, Class<V> type) Returns an attribute view of the given type for the given file lookup callback, ornullif the view type is not supported.AclAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) abstract FileAttributeViewAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) Returns a view of the file located by the given lookup callback.BasicAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) DosAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) OwnerAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) PosixAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) UnixAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) UserDefinedAttributeProvider.view(FileLookup lookup, Map<String, FileAttributeView> inheritedViews) Constructors in io.roastedroot.zerofs with parameters of type FileLookupModifierConstructorDescriptionprotectedAbstractAttributeView(FileLookup lookup) View(FileLookup lookup, FileOwnerAttributeView ownerView) protectedView(FileLookup lookup) View(FileLookup lookup, BasicFileAttributeView basicView) View(FileLookup lookup) protectedView(FileLookup lookup, BasicFileAttributeView basicView, FileOwnerAttributeView ownerView) View(FileLookup lookup)