Class AbstractFile

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.io.File file  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractFile​(java.io.File file)
      Initializes a file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()
      Gets the file.
      • Methods inherited from class java.lang.Object

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

      • file

        protected final java.io.File file
    • Constructor Detail

      • AbstractFile

        protected AbstractFile​(java.io.File file)
        Initializes a file.
        Parameters:
        file - the file to initialize.
    • Method Detail

      • getFile

        public java.io.File getFile()
        Gets the file.
        Returns:
        the file.