org.codehaus.plexus.util.cli
Class CommandLineUtils
java.lang.Object
org.codehaus.plexus.util.cli.CommandLineUtils
public abstract class CommandLineUtils
- extends java.lang.Object
- Version:
- $Id: CommandLineUtils.java 2965 2005-12-15 17:36:35Z jdcasey $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineUtils
public CommandLineUtils()
executeCommandLine
public static int executeCommandLine(Commandline cl,
StreamConsumer systemOut,
StreamConsumer systemErr)
throws CommandLineException
- Throws:
CommandLineException
executeCommandLine
public static int executeCommandLine(Commandline cl,
java.io.InputStream systemIn,
StreamConsumer systemOut,
StreamConsumer systemErr)
throws CommandLineException
- Throws:
CommandLineException
getSystemEnvVars
public static java.util.Properties getSystemEnvVars()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2001-2006 Codehaus. All Rights Reserved.