Uses of Interface
echo.output.EchoOutput
-
Packages that use EchoOutput Package Description echo echo.output -
-
Uses of EchoOutput in echo
Constructors in echo with parameters of type EchoOutput Constructor Description EchoPlugin(PluginLog mavenPluginLog, PluginParameters pluginParameters, EchoOutput echoOutput)
Creates a new instance of the EchoPlugin -
Uses of EchoOutput in echo.output
Classes in echo.output that implement EchoOutput Modifier and Type Class Description class
MavenEchoOutput
Wraps the Maven standard output to decouple from output functionalityFields in echo.output declared as EchoOutput Modifier and Type Field Description private EchoOutput
EchoOutputWrapper. echoOutput
Constructors in echo.output with parameters of type EchoOutput Constructor Description EchoOutputWrapper(EchoOutput echoOutput, PluginParameters pluginParameters)
Creates a new instance of the EchoOutputWrapper class
-