Uses of Interface
echo.output.PluginLog
-
Packages that use PluginLog Package Description echo echo.output echo.util -
-
Uses of PluginLog in echo
Fields in echo declared as PluginLog Modifier and Type Field Description private PluginLog
EchoPlugin. mavenPluginLog
Constructors in echo with parameters of type PluginLog Constructor Description EchoPlugin(PluginLog mavenPluginLog, PluginParameters pluginParameters, EchoOutput echoOutput)
Creates a new instance of the EchoPlugin -
Uses of PluginLog in echo.output
Classes in echo.output that implement PluginLog Modifier and Type Class Description class
MavenPluginLog
Wraps the Maven internal plugin logger to decouple from logging framework -
Uses of PluginLog in echo.util
Fields in echo.util declared as PluginLog Modifier and Type Field Description private PluginLog
FileUtil. mavenPluginLog
private PluginLog
FindFileInAbsolutePath. mavenPluginLog
private PluginLog
FindFileInClassPath. mavenPluginLog
Constructors in echo.util with parameters of type PluginLog Constructor Description FileUtil(PluginParameters parameters, PluginLog mavenPluginLog)
Create a new instance of the FileUtilFindFileInAbsolutePath(PluginLog mavenPluginLog)
Creates a new instance of the classFindFileInClassPath(PluginLog mavenPluginLog)
Creates a new instance of the class
-