Uses of Interface
com.igormaznitsa.jcp.logger.PreprocessorLogger
-
Packages that use PreprocessorLogger Package Description com.igormaznitsa.jcp.ant com.igormaznitsa.jcp.context com.igormaznitsa.jcp.logger com.igormaznitsa.jcp.maven -
-
Uses of PreprocessorLogger in com.igormaznitsa.jcp.ant
Classes in com.igormaznitsa.jcp.ant that implement PreprocessorLogger Modifier and Type Class Description class
PreprocessTask
The class implements an ANT task to allow calls for preprocessing from ANT build scripts. -
Uses of PreprocessorLogger in com.igormaznitsa.jcp.context
Fields in com.igormaznitsa.jcp.context declared as PreprocessorLogger Modifier and Type Field Description private PreprocessorLogger
PreprocessorContext. preprocessorLogger
Methods in com.igormaznitsa.jcp.context with parameters of type PreprocessorLogger Modifier and Type Method Description void
PreprocessorContext. setPreprocessorLogger(PreprocessorLogger logger)
Set the logger to print information and error messages -
Uses of PreprocessorLogger in com.igormaznitsa.jcp.logger
Classes in com.igormaznitsa.jcp.logger that implement PreprocessorLogger Modifier and Type Class Description class
SystemOutLogger
An Easy logger which just output log messages into the system output streams -
Uses of PreprocessorLogger in com.igormaznitsa.jcp.maven
Classes in com.igormaznitsa.jcp.maven that implement PreprocessorLogger Modifier and Type Class Description class
PreprocessorMojo
The Mojo makes preprocessing of defined or project root source folders and place result in defined or predefined folder, also it can replace the source folder for a maven project to use the preprocessed sources.class
PreprocessTestsMojo
The Mojo is auxiliary wrapper over the standard preprocess mojo to automate providing of TRUE as the 'useTestSources' flag.
-