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 TypeClassDescriptionclassThe 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 PreprocessorLoggerPreprocessorContext.preprocessorLoggerMethods in com.igormaznitsa.jcp.context with parameters of type PreprocessorLoggerModifier and TypeMethodDescriptionvoidPreprocessorContext.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 classAn 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 TypeClassDescriptionclassThe 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.classThe Mojo is auxiliary wrapper over the standard preprocess mojo to automate providing of TRUE as the 'useTestSources' flag.