Uses of Class
org.codehaus.plexus.util.cli.CommandLineException

Packages that use CommandLineException
org.codehaus.plexus.util.cli   
 

Uses of CommandLineException in org.codehaus.plexus.util.cli
 

Methods in org.codehaus.plexus.util.cli that throw CommandLineException
static int CommandLineUtils.executeCommandLine(Commandline cl, StreamConsumer systemOut, StreamConsumer systemErr)
           
static int CommandLineUtils.executeCommandLine(Commandline cl, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds)
           
static int CommandLineUtils.executeCommandLine(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr)
           
static int CommandLineUtils.executeCommandLine(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds)
           
static String CommandLineUtils.quote(String argument)
          Deprecated. Use StringUtils.quoteAndEscape(String, char, char[], char[], char, boolean), StringUtils.quoteAndEscape(String, char, char[], char, boolean), or StringUtils.quoteAndEscape(String, char) instead.
static String CommandLineUtils.quote(String argument, boolean wrapExistingQuotes)
          Deprecated. Use StringUtils.quoteAndEscape(String, char, char[], char[], char, boolean), StringUtils.quoteAndEscape(String, char, char[], char, boolean), or StringUtils.quoteAndEscape(String, char) instead.
static String CommandLineUtils.quote(String argument, boolean escapeSingleQuotes, boolean escapeDoubleQuotes, boolean wrapExistingQuotes)
          Deprecated. Use StringUtils.quoteAndEscape(String, char, char[], char[], char, boolean), StringUtils.quoteAndEscape(String, char, char[], char, boolean), or StringUtils.quoteAndEscape(String, char) instead.
 String[] Commandline.getEnvironmentVariables()
          Return the list of environment variables
 Process Commandline.execute()
          Executes the command.
static String Commandline.quoteArgument(String argument)
          Deprecated. Use CommandLineUtils.quote(String) instead.
 



Copyright © 2001-2009 Codehaus. All Rights Reserved.