- ScriptEvaluationException - Exception in org.apache.maven.shared.scriptinterpreter
-
Signals an error during parsing/evaluation of a script.
- ScriptEvaluationException(Throwable) - Constructor for exception org.apache.maven.shared.scriptinterpreter.ScriptEvaluationException
-
Creates a new exception with the specified cause.
- ScriptInterpreter - Interface in org.apache.maven.shared.scriptinterpreter
-
Defines a simple abstraction used to plug-in several script interpreters for the pre-/post-build-hooks.
- scriptInterpreters - Variable in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
The supported script interpreters, indexed by the lower-case file extension of their associated script files,
never null
.
- ScriptRunner - Class in org.apache.maven.shared.scriptinterpreter
-
Runs pre-/post-build hook scripts.
- ScriptRunner(Log) - Constructor for class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
Creates a new script runner.
- serialVersionUID - Static variable in exception org.apache.maven.shared.scriptinterpreter.RunErrorException
-
The serial version identifier for this class.
- serialVersionUID - Static variable in exception org.apache.maven.shared.scriptinterpreter.RunFailureException
-
The serial version identifier for this class.
- serialVersionUID - Static variable in exception org.apache.maven.shared.scriptinterpreter.ScriptEvaluationException
-
The serial version identifier for this class.
- setClassPath(List<String>) - Method in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
Sets the additional class path for the hook scripts.
- setGlobalVariable(String, Object) - Method in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
Sets a global variable for the script interpeter.
- setScriptEncoding(String) - Method in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
Sets the file encoding of the hook scripts.
- shouldFinalize - Variable in class org.apache.maven.shared.scriptinterpreter.FileLogger
-
A flag whether the output stream should be closed during finalization of this logger.
- stream - Variable in class org.apache.maven.shared.scriptinterpreter.FileLogger
-
The underlying file stream this logger writes to.