Class JarSignerCommandLineBuilder
- java.lang.Object
-
- org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
-
public class JarSignerCommandLineBuilder extends java.lang.Object
To build the command line for a givenJarSignerRequest
.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description private static org.codehaus.plexus.logging.Logger
DEFAULT_LOGGER
private java.lang.String
jarSignerFile
private org.codehaus.plexus.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description JarSignerCommandLineBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
build
public org.apache.maven.shared.utils.cli.Commandline build(JarSignerRequest request) throws CommandLineConfigurationException
-
setLogger
public void setLogger(org.codehaus.plexus.logging.Logger logger)
-
setJarSignerFile
public void setJarSignerFile(java.lang.String jarSignerFile)
-
checkRequiredState
protected void checkRequiredState() throws java.io.IOException
- Throws:
java.io.IOException
-
build
protected void build(JarSignerSignRequest request, org.apache.maven.shared.utils.cli.Commandline cli)
-
build
protected void build(JarSignerVerifyRequest request, org.apache.maven.shared.utils.cli.Commandline cli) throws CommandLineConfigurationException
-
-