public class DefaultJarSignerResult extends Object implements JarSignerResult
| Modifier and Type | Method and Description |
|---|---|
Commandline |
getCommandline()
Gets the command line used.
|
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.
|
public int getExitCode()
JarSignerResultJarSignerResult.getExecutionException() reports an exception.getExitCode in interface JarSignerResultpublic Commandline getCommandline()
JarSignerResultgetCommandline in interface JarSignerResultpublic CommandLineException getExecutionException()
JarSignerResultgetExecutionException in interface JarSignerResultnull if the command line was successfully
processed by the operating system.Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.