|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.shared.jarsigner.DefaultJarSignerResult
public class DefaultJarSignerResult
Describes the result of a JarSigner 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 JarSigner invocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getExitCode()
JarSignerResultJarSignerResult.getExecutionException() reports an exception.
getExitCode in interface JarSignerResultpublic org.codehaus.plexus.util.cli.Commandline getCommandline()
JarSignerResult
getCommandline in interface JarSignerResultpublic org.codehaus.plexus.util.cli.CommandLineException getExecutionException()
JarSignerResult
getExecutionException in interface JarSignerResultnull 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 | ||||||||