|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.keytool.DefaultKeyToolResult
public class DefaultKeyToolResult
Describes the result of a KeyTool invocation.
| Method Summary | |
|---|---|
org.codehaus.plexus.util.cli.Commandline |
getCommandline()
Gets the command line used. |
org.codehaus.plexus.util.cli.CommandLineException |
getExecutionException()
Gets the exception that possibly occurred during the execution of the command line. |
int |
getExitCode()
Gets the exit code from the KeyTool invocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getExitCode()
KeyToolResult.getExecutionException() reports an exception.
getExitCode in interface KeyToolResultpublic org.codehaus.plexus.util.cli.Commandline getCommandline()
getCommandline in interface KeyToolResultpublic org.codehaus.plexus.util.cli.CommandLineException getExecutionException()
getExecutionException in interface KeyToolResultnull if the command line was successfully
processed by the operating system.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||