org.fusesource.hawtjni.maven
Class CLI

java.lang.Object
  extended by org.fusesource.hawtjni.maven.CLI

public class CLI
extends Object


Field Summary
static boolean IS_WINDOWS
           
 org.apache.maven.plugin.logging.Log log
           
 boolean verbose
           
 
Constructor Summary
CLI()
           
 
Method Summary
 void setExecutable(File path)
           
 int system(File wd, String[] command)
           
 int system(File wd, String[] command, List<String> args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.