Uses of Interface
org.apache.maven.shared.scriptinterpreter.ScriptInterpreter

Uses of ScriptInterpreter in org.apache.maven.shared.scriptinterpreter
 

Classes in org.apache.maven.shared.scriptinterpreter that implement ScriptInterpreter
 class BeanShellScriptInterpreter
          Provides a facade to evaluate BeanShell scripts.
 class GroovyScriptInterpreter
          Provides a facade to evaluate Groovy scripts.
 

Methods in org.apache.maven.shared.scriptinterpreter with parameters of type ScriptInterpreter
 void ScriptRunner.addScriptInterpreter(String id, ScriptInterpreter scriptInterpreter)
           
 



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