public interface CommandLineFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE
Plexus role.
|
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.lang.String executable)
Create a command line object with default environment for the given executable.
|
org.codehaus.plexus.util.cli.Commandline createCommandLine(java.lang.String executable)
throws MavenExecutorException
executable - the executableMavenExecutorException - if there was a problem creating the command lineCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.