Uses of Interface
org.apache.maven.shared.scriptinterpreter.ExecutionLogger
-
-
Uses of ExecutionLogger in org.apache.maven.shared.scriptinterpreter
Classes in org.apache.maven.shared.scriptinterpreter that implement ExecutionLogger Modifier and Type Class Description class
FileLogger
FileLogger class.Methods in org.apache.maven.shared.scriptinterpreter with parameters of type ExecutionLogger Modifier and Type Method Description void
ScriptRunner. run(java.lang.String scriptDescription, java.io.File basedir, java.lang.String relativeScriptPath, java.util.Map<java.lang.String,?> context, ExecutionLogger logger)
Runs the specified hook script (after resolution).void
ScriptRunner. run(java.lang.String scriptDescription, java.io.File scriptFile, java.util.Map<java.lang.String,?> context, ExecutionLogger logger)
Runs the specified hook script.
-