Class AbstractAttributeView

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private FileLookup lookup  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected File lookupFile()
      Looks up the file to get or set attributes on.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.nio.file.attribute.AttributeView

        name
    • Constructor Detail

      • AbstractAttributeView

        protected AbstractAttributeView​(FileLookup lookup)
    • Method Detail

      • lookupFile

        protected final File lookupFile()
                                 throws java.io.IOException
        Looks up the file to get or set attributes on.
        Throws:
        java.io.IOException