Class StandardAttributeProviders


  • final class StandardAttributeProviders
    extends java.lang.Object
    Static registry of AttributeProvider 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  
    • 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, or null if the given view is not one of the attribute views this supports.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROVIDERS

        private static final com.google.common.collect.ImmutableMap<java.lang.String,​AttributeProvider> PROVIDERS
    • Constructor Detail

      • StandardAttributeProviders

        private StandardAttributeProviders()
    • Method Detail

      • get

        public static @Nullable AttributeProvider get​(java.lang.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.