Class PreprocessTask.CfgFile

  • Enclosing class:
    PreprocessTask

    @ImplementationNote("It is mutable and with default constructor for calls from ANT")
    public static class PreprocessTask.CfgFile
    extends java.lang.Object
    Inside class describes a "cfgfile" item, it has the only attribute "file", the attribute must be defined
    • Field Summary

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

      Constructors 
      Constructor Description
      CfgFile()  
    • Method Summary

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

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

      • file

        private java.io.File file
    • Constructor Detail

      • CfgFile

        public CfgFile()
    • Method Detail

      • setFile

        public void setFile​(java.io.File file)
      • getFile

        public java.io.File getFile()