Package com.igormaznitsa.jcp.ant
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 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)
-