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 ExecutionLoggerMethods in org.apache.maven.shared.scriptinterpreter with parameters of type ExecutionLoggerModifier and TypeMethodDescriptionvoid
ScriptRunner.run
(String scriptDescription, File basedir, String relativeScriptPath, Map<String, ?> context, ExecutionLogger logger) Runs the specified hook script (after resolution).void
ScriptRunner.run
(String scriptDescription, File scriptFile, Map<String, ?> context, ExecutionLogger logger) Runs the specified hook script.