Uses of Interface
com.igormaznitsa.jcp.logger.PreprocessorLogger
Packages that use PreprocessorLogger
Package
Description
-
Uses of PreprocessorLogger in com.igormaznitsa.jcp.ant
Classes in com.igormaznitsa.jcp.ant that implement PreprocessorLoggerModifier and TypeClassDescriptionclass
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 PreprocessorLoggerModifier and TypeFieldDescriptionprivate PreprocessorLogger
PreprocessorContext.preprocessorLogger
Methods in com.igormaznitsa.jcp.context with parameters of type PreprocessorLoggerModifier and TypeMethodDescriptionvoid
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 PreprocessorLoggerModifier and TypeClassDescriptionfinal class
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 PreprocessorLoggerModifier and TypeClassDescriptionclass
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
The Mojo is auxiliary wrapper over the standard preprocess mojo to automate providing of TRUE as the 'useTestSources' flag.