|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fusesource.hawtjni.maven.CLI
public class CLI
| Field Summary | |
|---|---|
static boolean |
IS_WINDOWS
|
Log |
log
|
boolean |
verbose
|
| Constructor Summary | |
|---|---|
CLI()
|
|
| Method Summary | |
|---|---|
void |
setExecutable(java.io.File path)
|
int |
system(java.io.File wd,
java.lang.String[] command)
|
int |
system(java.io.File wd,
java.lang.String[] command,
java.util.List<java.lang.String> args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean IS_WINDOWS
public boolean verbose
public Log log
| Constructor Detail |
|---|
public CLI()
| Method Detail |
|---|
public void setExecutable(java.io.File path)
public int system(java.io.File wd,
java.lang.String[] command)
throws CommandLineException
CommandLineException
public int system(java.io.File wd,
java.lang.String[] command,
java.util.List<java.lang.String> args)
throws CommandLineException
CommandLineException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||