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 Modifier and Type Class Description class
BeanShellScriptInterpreter
Provides a facade to evaluate BeanShell scripts.Fields in org.apache.maven.shared.scriptinterpreter with type parameters of type ScriptInterpreter Modifier and Type Field Description private java.util.Map<java.lang.String,ScriptInterpreter>
ScriptRunner. scriptInterpreters
The supported script interpreters, indexed by the lower-case file extension of their associated script files, nevernull
.Methods in org.apache.maven.shared.scriptinterpreter that return ScriptInterpreter Modifier and Type Method Description private ScriptInterpreter
ScriptRunner. getInterpreter(java.io.File scriptFile)
Determines the script interpreter for the specified script file by looking at its file extension.Methods in org.apache.maven.shared.scriptinterpreter with parameters of type ScriptInterpreter Modifier and Type Method Description void
ScriptRunner. addScriptInterpreter(java.lang.String id, ScriptInterpreter scriptInterpreter)
-