public interface JarSignerResult
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.shared.utils.cli.Commandline |
getCommandline()
Gets the command line used.
|
org.apache.maven.shared.utils.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.
|
org.apache.maven.shared.utils.cli.Commandline getCommandline()
org.apache.maven.shared.utils.cli.CommandLineException getExecutionException()
null if the command line was successfully
processed by the operating system.int getExitCode()
getExecutionException() reports an exception.Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.