Uses of Interface
com.igormaznitsa.jcp.context.SpecialVariableProcessor
Packages that use SpecialVariableProcessor
Package
Description
-
Uses of SpecialVariableProcessor in com.igormaznitsa.jcp.ant
Classes in com.igormaznitsa.jcp.ant that implement SpecialVariableProcessorModifier and TypeClassDescriptionclass
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 SpecialVariableProcessorModifier and TypeClassDescriptionclass
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
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 SpecialVariableProcessorModifier and TypeFieldDescriptionprivate final Map
<String, SpecialVariableProcessor> PreprocessorContext.mapVariableNameToSpecialVarProcessor
Methods in com.igormaznitsa.jcp.context with parameters of type SpecialVariableProcessorModifier and TypeMethodDescriptionvoid
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 SpecialVariableProcessorModifier and TypeClassDescriptionclass
The class imports some properties from the maven which can be accessible from preprocessed sources as global variables