Package echo
Class EchoPlugin
java.lang.Object
echo.EchoPlugin
The concrete implementation of the echo plugin functionality
- Since:
- 2013-08-08
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CharacterOutput
private final EchoOutputWrapper
private final FileUtil
private final PluginLog
private final MessageExtractor
private final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionEchoPlugin
(PluginLog mavenPluginLog, PluginParameters pluginParameters, EchoOutput echoOutput) Creates a new instance of the EchoPlugin -
Method Summary
-
Field Details
-
mavenPluginLog
-
echoOutput
-
fileUtil
-
messageExtractor
-
characterOutput
-
writeMessageToFile
private final boolean writeMessageToFile
-
-
Constructor Details
-
EchoPlugin
public EchoPlugin(PluginLog mavenPluginLog, PluginParameters pluginParameters, EchoOutput echoOutput) Creates a new instance of the EchoPlugin- Parameters:
mavenPluginLog
- wrapper for the maven internal plugin loggerpluginParameters
- the user-supplied plugin parametersechoOutput
- the utility class to output to standard output (in Maven)
-
-
Method Details
-
echo
public void echo()Output the message
-