Package com.igormaznitsa.jcp.ant
Class PreprocessTask.Global
- java.lang.Object
-
- com.igormaznitsa.jcp.ant.PreprocessTask.Global
-
- Enclosing class:
- PreprocessTask
public static class PreprocessTask.Global extends java.lang.ObjectInside 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
-
-
Constructor Summary
Constructors Constructor Description Global()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetValue()voidsetName(java.lang.String name)voidsetValue(java.lang.String value)
-