Class PreprocessTask.Global

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

@ImplementationNote("It is mutable and with default constructor for calls from ANT") public static class PreprocessTask.Global extends Object
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
  • Field Details

  • Constructor Details

    • Global

      public Global()
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()