Package org.fusesource.hawtjni.maven
Class CLI
- java.lang.Object
-
- org.fusesource.hawtjni.maven.CLI
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
IS_WINDOWS
org.apache.maven.plugin.logging.Log
log
boolean
verbose
-
Constructor Summary
Constructors Constructor Description CLI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setExecutable(File path)
int
system(File wd, String[] command)
int
system(File wd, String[] command, List<String> args)
-
-
-
Field Detail
-
IS_WINDOWS
public static final boolean IS_WINDOWS
-
verbose
public boolean verbose
-
log
public org.apache.maven.plugin.logging.Log log
-
-
Constructor Detail
-
CLI
public CLI()
-
-
Method Detail
-
setExecutable
public void setExecutable(File path)
-
system
public int system(File wd, String[] command) throws org.codehaus.plexus.util.cli.CommandLineException
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
-
-