Class PreprocessTask.CfgFile

java.lang.Object
com.igormaznitsa.jcp.ant.PreprocessTask.CfgFile
Enclosing class:
PreprocessTask

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

    • file

      private File file
  • Constructor Details

    • CfgFile

      public CfgFile()
  • Method Details

    • setFile

      public void setFile(File file)
    • getFile

      public File getFile()