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 line