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 classFileLoggerFileLogger class.Methods in org.apache.maven.shared.scriptinterpreter with parameters of type ExecutionLogger Modifier and Type Method Description voidScriptRunner. 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).voidScriptRunner. run(java.lang.String scriptDescription, java.io.File scriptFile, java.util.Map<java.lang.String,?> context, ExecutionLogger logger)Runs the specified hook script.
-