|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.release.exec.DefaultCommandLineFactory
public class DefaultCommandLineFactory
Create a command line instance.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugins.release.exec.CommandLineFactory |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DefaultCommandLineFactory()
|
|
| Method Summary | |
|---|---|
org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.lang.String executable)
Create a command line object with default environment for the given executable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCommandLineFactory()
| Method Detail |
|---|
public org.codehaus.plexus.util.cli.Commandline createCommandLine(java.lang.String executable)
throws MavenExecutorException
CommandLineFactory
createCommandLine in interface CommandLineFactoryexecutable - 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 | |||||||||