Uses of Class
echo.parameter.PluginParameters
Packages that use PluginParameters
-
Uses of PluginParameters in echo
Constructors in echo with parameters of type PluginParametersModifierConstructorDescriptionCharacterOutput(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 PluginParametersModifierConstructorDescriptionEchoOutputWrapper(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 PluginParametersModifier and TypeMethodDescriptionPluginParametersBuilder.createPluginParameters()Builds the PluginParameters instance -
Uses of PluginParameters in echo.util
Constructors in echo.util with parameters of type PluginParametersModifierConstructorDescriptionFileUtil(PluginParameters parameters, PluginLog mavenPluginLog) Create a new instance of the FileUtil