|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaMainCaller
This interface is used to create a call on a main method of a java class. The important implementations are JavaCommand and ReflectionJavaCaller
Method Summary | |
---|---|
void |
addArgs(String... args)
Adds arguments for the process |
void |
addEnvVar(String key,
String value)
Adds an environemnt variable |
void |
addJvmArgs(String... args)
Adds a JVM arg. |
void |
addOption(String key,
boolean value)
Adds the key if the value is true |
void |
addOption(String key,
File value)
Adds an option (key-file pair). |
void |
addOption(String key,
String value)
Adds option (basically two arguments) |
void |
redirectToLog()
request run to be redirected to maven/requester logger |
void |
run(boolean displayCmd)
|
boolean |
run(boolean displayCmd,
boolean throwFailure)
Runs the JavaMain with all the built up arguments/options |
SpawnMonitor |
spawn(boolean displayCmd)
run the command without stream redirection nor waiting for exit |
Method Detail |
---|
void addEnvVar(String key, String value)
void addJvmArgs(String... args)
void addArgs(String... args)
void addOption(String key, String value)
void addOption(String key, File value)
void addOption(String key, boolean value)
void redirectToLog()
void run(boolean displayCmd) throws Exception
Exception
boolean run(boolean displayCmd, boolean throwFailure) throws Exception
Exception
SpawnMonitor spawn(boolean displayCmd) throws Exception
displayCmd
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |