Class StandardAttributeProviders

java.lang.Object
com.google.common.jimfs.StandardAttributeProviders

final class StandardAttributeProviders extends Object
Static registry of AttributeProvider implementations for the standard set of file attribute views Jimfs supports.
  • Field Details

  • Constructor Details

    • StandardAttributeProviders

      private StandardAttributeProviders()
  • Method Details

    • get

      public static @Nullable AttributeProvider get(String view)
      Returns the attribute provider for the given view, or null if the given view is not one of the attribute views this supports.