Class FileResolver.FileHandle

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    FileResolver

    public class FileResolver.FileHandle
    extends java.lang.Object
    implements java.io.Closeable
    • Field Detail

      • file

        protected final java.io.File file
    • Method Detail

      • getFile

        public java.io.File getFile()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException