public class CLI
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IS_WINDOWS |
org.apache.maven.plugin.logging.Log |
log |
boolean |
verbose |
| Constructor and Description |
|---|
CLI() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final boolean IS_WINDOWS
public boolean verbose
public org.apache.maven.plugin.logging.Log log
public void setExecutable(java.io.File path)
public int system(java.io.File wd,
java.lang.String[] command)
throws org.codehaus.plexus.util.cli.CommandLineException
org.codehaus.plexus.util.cli.CommandLineExceptionpublic int system(java.io.File wd,
java.lang.String[] command,
java.util.List<java.lang.String> args)
throws org.codehaus.plexus.util.cli.CommandLineException
org.codehaus.plexus.util.cli.CommandLineExceptionCopyright © 2009-2016 FuseSource, Corp.. All Rights Reserved.