public abstract class AbstractJarSignerRequest extends org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest implements JarSignerRequest
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
protectedAuthenticationPath
See options.
|
| Constructor and Description |
|---|
AbstractJarSignerRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the
alias field. |
File |
getArchive()
Gets the value of the
archive field. |
String[] |
getArguments()
Gets the value of the
maxMemory field. |
String |
getKeystore()
Gets the value of the
keystore field. |
String |
getMaxMemory()
Gets the value of the
maxMemory field. |
File |
getWorkingDirectory()
Gets the value of the
workingDirectory field. |
boolean |
isProtectedAuthenticationPath()
Gets the value of the command line tool parameter
|
boolean |
isVerbose()
Gets the value of the
verbose field. |
void |
setAlias(String alias)
Sets the new given value to the field
alias of the request. |
void |
setArchive(File archive)
Sets the new given value to the field
archive of the request. |
void |
setArguments(String... arguments)
Sets the new given value to the field
arguments of the request. |
void |
setKeystore(String keystore)
Sets the new given value to the field
keystore of the request. |
void |
setMaxMemory(String maxMemory)
Sets the new given value to the field
maxMemory of the request. |
void |
setProtectedAuthenticationPath(boolean protect)
Sets the value of the command line tool parameter
|
void |
setVerbose(boolean verbose)
Sets the new given value to the field
verbose of the request. |
void |
setWorkingDirectory(File workingDirectory)
Sets the new given value to the field
workingDirectory of the request. |
getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumerprotected boolean protectedAuthenticationPath
public boolean isVerbose()
verbose field.isVerbose in interface JarSignerRequestverbose field.public String getKeystore()
keystore field.getKeystore in interface JarSignerRequestkeystore field.public String getAlias()
alias field.getAlias in interface JarSignerRequestalias field.public String getMaxMemory()
maxMemory field.getMaxMemory in interface JarSignerRequestmaxMemory field.public String[] getArguments()
maxMemory field.getArguments in interface JarSignerRequestmaxMemory field.public File getWorkingDirectory()
workingDirectory field.getWorkingDirectory in interface JarSignerRequestworkingDirectory field.public File getArchive()
archive field.
The archive field is in fact the file on which the jarsigner request will be executed.getArchive in interface JarSignerRequestarchive field.public boolean isProtectedAuthenticationPath()
protected
isProtectedAuthenticationPath in interface JarSignerRequestpublic void setVerbose(boolean verbose)
verbose of the request.setVerbose in interface JarSignerRequestverbose - the new value of the field verbose.public void setKeystore(String keystore)
keystore of the request.setKeystore in interface JarSignerRequestkeystore - the new value of the field keystore.public void setAlias(String alias)
alias of the request.setAlias in interface JarSignerRequestalias - the new value of the field alias.public void setMaxMemory(String maxMemory)
maxMemory of the request.setMaxMemory in interface JarSignerRequestmaxMemory - the new value of the field maxMemory.public void setArguments(String... arguments)
arguments of the request.setArguments in interface JarSignerRequestarguments - the new value of the field arguments.public void setWorkingDirectory(File workingDirectory)
workingDirectory of the request.setWorkingDirectory in interface JarSignerRequestworkingDirectory - the new value of the field workingDirectory.public void setArchive(File archive)
archive of the request.setArchive in interface JarSignerRequestarchive - the new value of the field archive.public void setProtectedAuthenticationPath(boolean protect)
protected
setProtectedAuthenticationPath in interface JarSignerRequestprotect - iff the password must be given via a protected
authentication path such as a dedicated PIN readerCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.