Uses of Class
io.roastedroot.zerofs.AttributeProvider
-
Uses of AttributeProvider in io.roastedroot.zerofs
Subclasses of AttributeProvider in io.roastedroot.zerofsModifier and TypeClassDescription(package private) final classAttribute provider that provides theAclFileAttributeView("acl").(package private) final classAttribute provider that provides attributes common to all file systems, theBasicFileAttributeView("basic" or no view prefix), and allows the reading ofBasicFileAttributes.(package private) final classAttribute provider that provides theDosFileAttributeView("dos") and allows the reading ofDosFileAttributes.(package private) final classAttribute provider that provides theFileOwnerAttributeView("owner").(package private) final classAttribute provider that provides thePosixFileAttributeView("posix") and allows reading ofPosixFileAttributes.(package private) final classAttribute provider that provides the "unix" attribute view.(package private) final classAttribute provider that provides theUserDefinedFileAttributeView("user").Fields in io.roastedroot.zerofs with type parameters of type AttributeProviderModifier and TypeFieldDescription(package private) final Set<AttributeProvider> Configuration.attributeProvidersprivate Set<AttributeProvider> Configuration.Builder.attributeProvidersprivate static final Map<String, AttributeProvider> StandardAttributeProviders.PROVIDERSprivate final Map<Class<?>, AttributeProvider> AttributeService.providersByAttributesTypeprivate final Map<String, AttributeProvider> AttributeService.providersByNameprivate final Map<Class<?>, AttributeProvider> AttributeService.providersByViewTypeMethods in io.roastedroot.zerofs that return AttributeProviderModifier and TypeMethodDescriptionstatic AttributeProviderReturns the attribute provider for the given view, ornullif the given view is not one of the attribute views this supports.Methods in io.roastedroot.zerofs that return types with arguments of type AttributeProviderModifier and TypeMethodDescriptionprivate static Iterable<AttributeProvider> AttributeService.getProviders(Configuration configuration) Methods in io.roastedroot.zerofs with parameters of type AttributeProviderModifier and TypeMethodDescriptionConfiguration.Builder.addAttributeProvider(AttributeProvider provider) Adds an attribute provider for a custom view for the file system to support.private Map<String, FileAttributeView> AttributeService.createInheritedViews(FileLookup lookup, AttributeProvider provider) private voidAttributeService.createInheritedViews(FileLookup lookup, AttributeProvider provider, Map<String, FileAttributeView> inheritedViews) private static voidMethod parameters in io.roastedroot.zerofs with type arguments of type AttributeProviderModifier and TypeMethodDescriptionprivate static voidAttributeService.addMissingProviders(Map<String, AttributeProvider> providers) private static voidAttributeService.addStandardProvider(Map<String, AttributeProvider> result, String view) Constructor parameters in io.roastedroot.zerofs with type arguments of type AttributeProviderModifierConstructorDescriptionAttributeService(Iterable<? extends AttributeProvider> providers, Map<String, ?> userProvidedDefaults) Creates a new attribute service using the given providers and user provided default attribute values.