Uses of Interface
com.google.common.jimfs.FileLookup
-
Uses of FileLookup in com.google.common.jimfs
Fields in com.google.common.jimfs declared as FileLookupMethods in com.google.common.jimfs with parameters of type FileLookupModifier and TypeMethodDescriptionprivate com.google.common.collect.ImmutableMap<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>
@Nullable 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>
@Nullable VFileSystemView.getFileAttributeView(FileLookup lookup, Class<V> type) Returns a file attribute view using the given lookup callback.(package private) <V extends FileAttributeView>
@Nullable VJimfsFileStore.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, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) abstract FileAttributeViewAttributeProvider.view(FileLookup lookup, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) Returns a view of the file located by the given lookup callback.BasicAttributeProvider.view(FileLookup lookup, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) DosAttributeProvider.view(FileLookup lookup, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) OwnerAttributeProvider.view(FileLookup lookup, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) PosixAttributeProvider.view(FileLookup lookup, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) UnixAttributeProvider.view(FileLookup lookup, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) UserDefinedAttributeProvider.view(FileLookup lookup, com.google.common.collect.ImmutableMap<String, FileAttributeView> inheritedViews) Constructors in com.google.common.jimfs 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)