public class JarSignerCommandLineBuilder
extends java.lang.Object
JarSignerRequest
.Modifier and Type | Field and Description |
---|---|
private static org.codehaus.plexus.logging.Logger |
DEFAULT_LOGGER |
private java.lang.String |
jarSignerFile |
private org.codehaus.plexus.logging.Logger |
logger |
Constructor and Description |
---|
JarSignerCommandLineBuilder() |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.shared.utils.cli.Commandline |
build(JarSignerRequest request) |
protected void |
build(JarSignerSignRequest request,
org.apache.maven.shared.utils.cli.Commandline cli) |
protected void |
build(JarSignerVerifyRequest request,
org.apache.maven.shared.utils.cli.Commandline cli) |
protected void |
checkRequiredState() |
void |
setJarSignerFile(java.lang.String jarSignerFile) |
void |
setLogger(org.codehaus.plexus.logging.Logger logger) |
private static final org.codehaus.plexus.logging.Logger DEFAULT_LOGGER
private org.codehaus.plexus.logging.Logger logger
private java.lang.String jarSignerFile
public org.apache.maven.shared.utils.cli.Commandline build(JarSignerRequest request) throws CommandLineConfigurationException
public void setLogger(org.codehaus.plexus.logging.Logger logger)
public void setJarSignerFile(java.lang.String jarSignerFile)
protected void checkRequiredState() throws java.io.IOException
java.io.IOException
protected void build(JarSignerSignRequest request, org.apache.maven.shared.utils.cli.Commandline cli)
protected void build(JarSignerVerifyRequest request, org.apache.maven.shared.utils.cli.Commandline cli) throws CommandLineConfigurationException