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 |
---|---|
private static boolean |
isWindows() |
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
private static boolean isWindows()
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.CommandLineException
public 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.CommandLineException