A B C E F G O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addScriptInterpreter(String, ScriptInterpreter) - Method in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
B
- BeanShellScriptInterpreter - Class in org.apache.maven.shared.scriptinterpreter
-
Provides a facade to evaluate BeanShell scripts.
- BeanShellScriptInterpreter() - Constructor for class org.apache.maven.shared.scriptinterpreter.BeanShellScriptInterpreter
C
- close() - Method in class org.apache.maven.shared.scriptinterpreter.FileLogger
-
Closes the underlying file stream.
- consumeLine(String) - Method in interface org.apache.maven.shared.scriptinterpreter.ExecutionLogger
-
Consume logging from this component.
- consumeLine(String) - Method in class org.apache.maven.shared.scriptinterpreter.FileLogger
-
Writes the specified line to the log file and optionally to the mojo logger.
E
- evaluateScript(String, List<String>, Map<String, ? extends Object>, PrintStream) - Method in class org.apache.maven.shared.scriptinterpreter.BeanShellScriptInterpreter
-
Evaluates the specified script.
- evaluateScript(String, List<String>, Map<String, ? extends Object>, PrintStream) - Method in interface org.apache.maven.shared.scriptinterpreter.ScriptInterpreter
-
Evaluates the specified script.
- ExecutionLogger - Interface in org.apache.maven.shared.scriptinterpreter
F
- FileLogger - Class in org.apache.maven.shared.scriptinterpreter
- FileLogger(File) - Constructor for class org.apache.maven.shared.scriptinterpreter.FileLogger
-
Creates a new logger that writes to the specified file.
- FileLogger(File, Log) - Constructor for class org.apache.maven.shared.scriptinterpreter.FileLogger
-
Creates a new logger that writes to the specified file and optionally mirrors messages to the given mojo logger.
- finalize() - Method in class org.apache.maven.shared.scriptinterpreter.FileLogger
-
Closes the underlying file stream.
G
- getOutputFile() - Method in class org.apache.maven.shared.scriptinterpreter.FileLogger
-
Gets the path to the output file.
- getPrintStream() - Method in interface org.apache.maven.shared.scriptinterpreter.ExecutionLogger
-
The stream which will catch the output of the
ScriptRunner
. - getPrintStream() - Method in class org.apache.maven.shared.scriptinterpreter.FileLogger
-
Gets the underlying stream used to write message to the log file.
- getType() - Method in exception org.apache.maven.shared.scriptinterpreter.RunFailureException
-
Returns the type of build failure.
O
- org.apache.maven.shared.scriptinterpreter - package org.apache.maven.shared.scriptinterpreter
R
- run(String, File, String, Map<String, ? extends Object>, ExecutionLogger, String, boolean) - Method in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
Runs the specified hook script (after resolution).
- run(String, File, Map<String, ? extends Object>, ExecutionLogger, String, boolean) - Method in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
Runs the specified hook script.
- RunErrorException - Exception in org.apache.maven.shared.scriptinterpreter
-
Signals an error in a sub build run by the Invoker Plugin.
- RunErrorException(String, String, Throwable) - Constructor for exception org.apache.maven.shared.scriptinterpreter.RunErrorException
-
Creates a new exception with the specified detail message.
- RunFailureException - Exception in org.apache.maven.shared.scriptinterpreter
-
Signals a failure of a sub build run by the Invoker Plugin.
- RunFailureException(String, String) - Constructor for exception org.apache.maven.shared.scriptinterpreter.RunFailureException
-
Creates a new exception with the specified detail message.
S
- 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.
- 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.
- 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 interpreter.
- setScriptEncoding(String) - Method in class org.apache.maven.shared.scriptinterpreter.ScriptRunner
-
Sets the file encoding of the hook scripts.
All Classes All Packages