|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbmaintain.script.runner.impl.Application
public class Application
| Nested Class Summary | |
|---|---|
protected class |
Application.OutputProcessor
|
static class |
Application.ProcessOutput
|
| Constructor Summary | |
|---|---|
Application(String name,
String command)
|
|
Application(String name,
String command,
Map<String,String> environmentVariables)
|
|
| Method Summary | |
|---|---|
protected ProcessBuilder |
createProcessBuilder(List<String> commandWithArguments)
|
Application.ProcessOutput |
execute(boolean logCommand,
String... arguments)
|
Application.ProcessOutput |
execute(String... arguments)
|
protected List<String> |
getProcessArguments(String[] arguments)
|
protected void |
logOutput(List<String> commandWithArguments,
String output,
boolean logCommand)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application(String name,
String command)
public Application(String name,
String command,
Map<String,String> environmentVariables)
| Method Detail |
|---|
public Application.ProcessOutput execute(String... arguments)
public Application.ProcessOutput execute(boolean logCommand,
String... arguments)
protected void logOutput(List<String> commandWithArguments,
String output,
boolean logCommand)
protected ProcessBuilder createProcessBuilder(List<String> commandWithArguments)
protected List<String> getProcessArguments(String[] arguments)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||