|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandLineFactory
Create a command line for execution. Componentised to allow mocking.
Field Summary | |
---|---|
static String |
ROLE
Plexus role. |
Method Summary | |
---|---|
org.codehaus.plexus.util.cli.Commandline |
createCommandLine(String executable)
Create a command line object with default environment for the given executable. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
org.codehaus.plexus.util.cli.Commandline createCommandLine(String executable) throws MavenExecutorException
executable
- the executable
MavenExecutorException
- if there was a problem creating the command line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |