public abstract class AbstractJarSignerRequest extends 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. |
String |
getProviderArg()
Gets the value of the
providerArg field. |
String |
getProviderClass()
Gets the value of the
providerClass field. |
String |
getProviderName()
Gets the value of the
providerName field. |
String |
getStorepass()
Gets the value of the
storepass field. |
String |
getStoretype()
Gets the value of the
storetype 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 |
setProviderArg(String providerArg)
Sets the new given value to the field
providerArg of the request. |
void |
setProviderClass(String providerClass)
Sets the new given value to the field
providerClass of the request. |
void |
setProviderName(String providerName)
Sets the new given value to the field
providerName of the request. |
void |
setStorepass(String storepass)
Sets the new given value to the field
storepass of the request. |
void |
setStoretype(String storetype)
Sets the new given value to the field
storetype of the request. |
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 getStoretype()
storetype field.getStoretype in interface JarSignerRequeststoretype field.public String getStorepass()
storepass field.getStorepass in interface JarSignerRequeststorepass field.public String getAlias()
alias field.getAlias in interface JarSignerRequestalias field.public String getProviderName()
providerName field.getProviderName in interface JarSignerRequestproviderName field.public String getProviderClass()
providerClass field.getProviderClass in interface JarSignerRequestproviderClass field.public String getProviderArg()
providerArg field.getProviderArg in interface JarSignerRequestproviderArg 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 setStoretype(String storetype)
storetype of the request.setStoretype in interface JarSignerRequeststoretype - the new value of the field storetype.public void setStorepass(String storepass)
storepass of the request.setStorepass in interface JarSignerRequeststorepass - the new value of the field storepass.public void setProviderName(String providerName)
providerName of the request.setProviderName in interface JarSignerRequestproviderName - the new value of the field providerName.public void setProviderClass(String providerClass)
providerClass of the request.setProviderClass in interface JarSignerRequestproviderClass - the new value of the field providerClass.public void setProviderArg(String providerArg)
providerArg of the request.setProviderArg in interface JarSignerRequestproviderArg - the new value of the field providerArg.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–2015 The Apache Software Foundation. All rights reserved.