Package | Description |
---|---|
com.igormaznitsa.jcp.ant | |
com.igormaznitsa.jcp.context | |
com.igormaznitsa.jcp.maven |
Modifier and Type | Class and Description |
---|---|
class |
PreprocessTask
The class implements an ANT task to allow calls for preprocessing from ANT
build scripts.
|
Modifier and Type | Class and 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 writing
|
class |
JCPSpecialVariableProcessor
The class implements the special variable processor interface and allows to
get access to inside JCP variables Inside JCP variables have the "jcp."
prefix
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SpecialVariableProcessor> |
PreprocessorContext.mapVariableNameToSpecialVarProcessor |
Modifier and Type | Method and Description |
---|---|
void |
PreprocessorContext.registerSpecialVariableProcessor(SpecialVariableProcessor processor)
It allows to register a special variable processor which can process some
special global variables
|
Modifier and Type | Class and Description |
---|---|
class |
MavenPropertiesImporter
The class imports some properties from the maven which can be accessible from
preprocessed sources as global variables
|