Package echo.output
Class EchoOutputWrapper
java.lang.Object
echo.output.EchoOutputWrapper
Will echo a message to standard output (in Maven) with the right message level.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEchoOutputWrapper
(EchoOutput echoOutput, PluginParameters pluginParameters) Creates a new instance of the EchoOutputWrapper class -
Method Summary
-
Field Details
-
echoOutput
-
level
-
-
Constructor Details
-
EchoOutputWrapper
Creates a new instance of the EchoOutputWrapper class- Parameters:
echoOutput
- the utility class to output to standard output (in Maven)pluginParameters
- The user-supplied plugin parameters
-
-
Method Details
-
output
Echo the content to standard output (in Maven)
-