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 ScriptInterpreterModifier and TypeClassDescription(package private) class
Provides a facade to evaluate BeanShell scripts.Fields in org.apache.maven.shared.scriptinterpreter with type parameters of type ScriptInterpreterModifier and TypeFieldDescriptionprivate Map
<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 ScriptInterpreterModifier and TypeMethodDescriptionprivate ScriptInterpreter
ScriptRunner.getInterpreter
(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 ScriptInterpreterModifier and TypeMethodDescriptionvoid
ScriptRunner.addScriptInterpreter
(String id, ScriptInterpreter scriptInterpreter) Add new script Interpreter