Uses of Interface
com.igormaznitsa.jcp.context.SpecialVariableProcessor
-
Packages that use SpecialVariableProcessor Package Description com.igormaznitsa.jcp.ant com.igormaznitsa.jcp.context com.igormaznitsa.jcp.maven -
-
Uses of SpecialVariableProcessor in com.igormaznitsa.jcp.ant
Classes in com.igormaznitsa.jcp.ant that implement SpecialVariableProcessor Modifier and Type Class Description class
PreprocessTask
The class implements an ANT task to allow calls for preprocessing from ANT build scripts. -
Uses of SpecialVariableProcessor in com.igormaznitsa.jcp.context
Classes in com.igormaznitsa.jcp.context that implement SpecialVariableProcessor Modifier and Type Class Description class
EnvironmentVariableProcessor
The class allows to get access to environment variables from preprocessor expression, the variables have the "env." prefix and all them are String type All environment variables are allowed for reading and disallowing for writingclass
JCPSpecialVariableProcessor
The class implements the special variable processor interface and allows to get access to inside JCP variables Inside JCP variables have the "jcp." prefixFields in com.igormaznitsa.jcp.context with type parameters of type SpecialVariableProcessor Modifier and Type Field Description private java.util.Map<java.lang.String,SpecialVariableProcessor>
PreprocessorContext. mapVariableNameToSpecialVarProcessor
Methods in com.igormaznitsa.jcp.context with parameters of type SpecialVariableProcessor Modifier and Type Method Description void
PreprocessorContext. registerSpecialVariableProcessor(SpecialVariableProcessor processor)
It allows to register a special variable processor which can process some special global variables -
Uses of SpecialVariableProcessor in com.igormaznitsa.jcp.maven
Classes in com.igormaznitsa.jcp.maven that implement SpecialVariableProcessor Modifier and Type Class Description class
MavenPropertiesImporter
The class imports some properties from the maven which can be accessible from preprocessed sources as global variables
-