org.fusesource.hawtjni.maven
Class CLI
java.lang.Object
org.fusesource.hawtjni.maven.CLI
public class CLI
- extends java.lang.Object
|
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 |
IS_WINDOWS
public static final boolean IS_WINDOWS
verbose
public boolean verbose
log
public org.apache.maven.plugin.logging.Log log
CLI
public CLI()
setExecutable
public void setExecutable(java.io.File path)
system
public int system(java.io.File wd,
java.lang.String[] command)
throws org.codehaus.plexus.util.cli.CommandLineException
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
system
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
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.