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) classProvides 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.scriptInterpretersThe 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 ScriptInterpreterScriptRunner.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 TypeMethodDescriptionvoidScriptRunner.addScriptInterpreter(String id, ScriptInterpreter scriptInterpreter) Add new script Interpreter