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
 class FileLogger
           
 

Methods in org.apache.maven.shared.scriptinterpreter with parameters of type ExecutionLogger
 void ScriptRunner.run(String scriptDescription, File scriptFile, Map<String,? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException)
          Runs the specified hook script.
 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.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.