public interface CommandLineFactory
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.util.cli.Commandline |
createCommandLine(String executable)
Create a command line object with default environment for the given executable.
|
org.codehaus.plexus.util.cli.Commandline createCommandLine(String executable) throws MavenExecutorException
executable
- the executableMavenExecutorException
- if there was a problem creating
the command lineCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.