Package com.google.common.jimfs
Class StandardAttributeProviders
- java.lang.Object
-
- com.google.common.jimfs.StandardAttributeProviders
-
final class StandardAttributeProviders extends java.lang.Object
Static registry ofAttributeProvider
implementations for the standard set of file attribute views Jimfs supports.
-
-
Field Summary
Fields Modifier and Type Field Description private static com.google.common.collect.ImmutableMap<java.lang.String,AttributeProvider>
PROVIDERS
-
Constructor Summary
Constructors Modifier Constructor Description private
StandardAttributeProviders()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable AttributeProvider
get(java.lang.String view)
Returns the attribute provider for the given view, ornull
if the given view is not one of the attribute views this supports.
-
-
-
Field Detail
-
PROVIDERS
private static final com.google.common.collect.ImmutableMap<java.lang.String,AttributeProvider> PROVIDERS
-
-
Method Detail
-
get
public static @Nullable AttributeProvider get(java.lang.String view)
Returns the attribute provider for the given view, ornull
if the given view is not one of the attribute views this supports.
-
-