Package io.roastedroot.zerofs
Class StandardAttributeProviders
- java.lang.Object
-
- io.roastedroot.zerofs.StandardAttributeProviders
-
final class StandardAttributeProviders extends java.lang.ObjectStatic registry ofAttributeProviderimplementations for the standard set of file attribute views ZeroFs supports.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,AttributeProvider>PROVIDERS
-
Constructor Summary
Constructors Modifier Constructor Description privateStandardAttributeProviders()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttributeProviderget(java.lang.String view)Returns the attribute provider for the given view, ornullif the given view is not one of the attribute views this supports.
-
-
-
Field Detail
-
PROVIDERS
private static final java.util.Map<java.lang.String,AttributeProvider> PROVIDERS
-
-
Method Detail
-
get
public static AttributeProvider get(java.lang.String view)
Returns the attribute provider for the given view, ornullif the given view is not one of the attribute views this supports.
-
-