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 TypeMethodDescriptionprivate void
ScriptRunner.executeRun
(String scriptDescription, File scriptFile, Map<String, ? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException) void
ScriptRunner.run
(String scriptDescription, File basedir, String relativeScriptPath, Map<String, ? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException) Runs the specified hook script (after resolution).void
ScriptRunner.run
(String scriptDescription, File scriptFile, Map<String, ? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException) Runs the specified hook script.