Uses of Class
echo.parameter.PluginParameters
-
Packages that use PluginParameters Package Description echo echo.output echo.parameter echo.util -
-
Uses of PluginParameters in echo
Constructors in echo with parameters of type PluginParameters Constructor Description CharacterOutput(PluginParameters pluginParameters)
Create a new instance of the CharacterOutput classEchoPlugin(PluginLog mavenPluginLog, PluginParameters pluginParameters, EchoOutput echoOutput)
Creates a new instance of the EchoPluginMessageExtractor(PluginParameters pluginParameters, FileUtil fileUtil)
Create a new instance of the MessageExtractor -
Uses of PluginParameters in echo.output
Constructors in echo.output with parameters of type PluginParameters Constructor Description EchoOutputWrapper(EchoOutput echoOutput, PluginParameters pluginParameters)
Creates a new instance of the EchoOutputWrapper classNewlineFormatter(PluginParameters pluginParameters)
Creates a new instance of NewlineSeparator -
Uses of PluginParameters in echo.parameter
Methods in echo.parameter that return PluginParameters Modifier and Type Method Description PluginParameters
PluginParametersBuilder. createPluginParameters()
Builds the PluginParameters instance -
Uses of PluginParameters in echo.util
Constructors in echo.util with parameters of type PluginParameters Constructor Description FileUtil(PluginParameters parameters, PluginLog mavenPluginLog)
Create a new instance of the FileUtil
-