Package org.fusesource.hawtjni.maven
Class CLI
java.lang.Object
org.fusesource.hawtjni.maven.CLI
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
org.apache.maven.plugin.logging.Log
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IS_WINDOWS
public static final boolean IS_WINDOWS -
verbose
public boolean verbose -
log
public org.apache.maven.plugin.logging.Log log
-
-
Constructor Details
-
CLI
public CLI()
-
-
Method Details
-
isWindows
private static boolean isWindows() -
setExecutable
-
system
public int system(File wd, String[] command) throws org.codehaus.plexus.util.cli.CommandLineException - Throws:
org.codehaus.plexus.util.cli.CommandLineException
-
system
public int system(File wd, String[] command, List<String> args) throws org.codehaus.plexus.util.cli.CommandLineException - Throws:
org.codehaus.plexus.util.cli.CommandLineException
-