Class StandardAttributeProviders
java.lang.Object
com.google.common.jimfs.StandardAttributeProviders
Static registry of
AttributeProvider implementations for the standard set of file
attribute views Jimfs supports.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableMap<String, AttributeProvider> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable AttributeProviderReturns the attribute provider for the given view, ornullif the given view is not one of the attribute views this supports.
-
Field Details
-
PROVIDERS
-
-
Constructor Details
-
StandardAttributeProviders
private StandardAttributeProviders()
-
-
Method Details
-
get
Returns the attribute provider for the given view, ornullif the given view is not one of the attribute views this supports.
-