Package | Description |
---|---|
com.igormaznitsa.jcp.ant |
Modifier and Type | Class and Description |
---|---|
static class |
PreprocessTask.CfgFile
Inside class describes a "cfgfile" item, it has the only attribute "file", the attribute must be defined
|
static class |
PreprocessTask.Global
Inside class describes a "global" item, it describes a global variable which will be added into the preprocessor context It has attributes "name" and "value", be careful in
the value attribute usage because you have to use """ instead of \" symbol inside string values
|
Modifier and Type | Method and Description |
---|---|
PreprocessTask.CfgFile |
PreprocessTask.createCfgFile() |
PreprocessTask.Global |
PreprocessTask.createGlobal() |
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.