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 classBeanShellScriptInterpreterProvides 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. 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 ScriptInterpreter Modifier and Type Method Description private ScriptInterpreterScriptRunner. 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 voidScriptRunner. addScriptInterpreter(java.lang.String id, ScriptInterpreter scriptInterpreter)
-