Package de.saumya.mojo.ruby.script
Interface Launcher
- All Known Implementing Classes:
AbstractLauncher,AntLauncher,EmbeddedLauncher
interface Launcher
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidexecute(List<String> args, OutputStream outputStream) voidvoidvoidexecuteIn(File launchDirectory, List<String> args, OutputStream outputStream) voidexecuteScript(File launchDirectory, String script, List<String> args) voidvoidexecuteScript(File launchDirectory, String script, List<String> args, OutputStream outputStream) voidexecuteScript(String script, List<String> args) voidexecuteScript(String script, List<String> args, File outputFile) voidexecuteScript(String script, List<String> args, OutputStream outputStream)
-
Method Details
-
execute
- Throws:
ScriptExceptionIOException
-
execute
- Throws:
ScriptExceptionIOException
-
execute
- Throws:
ScriptExceptionIOException
-
executeIn
- Throws:
ScriptExceptionIOException
-
executeIn
void executeIn(File launchDirectory, List<String> args, File outputFile) throws ScriptException, IOException - Throws:
ScriptExceptionIOException
-
executeIn
void executeIn(File launchDirectory, List<String> args, OutputStream outputStream) throws ScriptException, IOException - Throws:
ScriptExceptionIOException
-
executeScript
- Throws:
ScriptExceptionIOException
-
executeScript
void executeScript(String script, List<String> args, File outputFile) throws ScriptException, IOException - Throws:
ScriptExceptionIOException
-
executeScript
void executeScript(String script, List<String> args, OutputStream outputStream) throws ScriptException, IOException - Throws:
ScriptExceptionIOException
-
executeScript
void executeScript(File launchDirectory, String script, List<String> args) throws ScriptException, IOException - Throws:
ScriptExceptionIOException
-
executeScript
void executeScript(File launchDirectory, String script, List<String> args, File outputFile) throws ScriptException, IOException - Throws:
ScriptExceptionIOException
-
executeScript
void executeScript(File launchDirectory, String script, List<String> args, OutputStream outputStream) throws ScriptException, IOException - Throws:
ScriptExceptionIOException
-