public interface JarSignerRequest extends JavaToolRequest
| 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 protectedAuthenticationPath)
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, setSystemOutStreamConsumerboolean isVerbose()
verbose field.verbose field.String getKeystore()
keystore field.keystore field.String getStoretype()
storetype field.storetype field.String getStorepass()
storepass field.storepass field.String getProviderName()
providerName field.providerName field.String getProviderClass()
providerClass field.providerClass field.String getProviderArg()
providerArg field.providerArg field.String getAlias()
alias field.alias field.String getMaxMemory()
maxMemory field.maxMemory field.String[] getArguments()
maxMemory field.maxMemory field.File getWorkingDirectory()
workingDirectory field.workingDirectory field.File getArchive()
archive field.
The archive field is in fact the file on which the jarsigner request will be executed.archive field.boolean isProtectedAuthenticationPath()
protected
void setVerbose(boolean verbose)
verbose of the request.verbose - the new value of the field verbose.void setKeystore(String keystore)
keystore of the request.keystore - the new value of the field keystore.void setStoretype(String storetype)
storetype of the request.storetype - the new value of the field storetype.void setStorepass(String storepass)
storepass of the request.storepass - the new value of the field storepass.void setAlias(String alias)
alias of the request.alias - the new value of the field alias.void setProviderName(String providerName)
providerName of the request.providerName - the new value of the field providerName.void setProviderClass(String providerClass)
providerClass of the request.providerClass - the new value of the field providerClass.void setProviderArg(String providerArg)
providerArg of the request.providerArg - the new value of the field providerArg.void setMaxMemory(String maxMemory)
maxMemory of the request.maxMemory - the new value of the field maxMemory.void setArguments(String... arguments)
arguments of the request.arguments - the new value of the field arguments.void setWorkingDirectory(File workingDirectory)
workingDirectory of the request.workingDirectory - the new value of the field workingDirectory.void setArchive(File archive)
archive of the request.archive - the new value of the field archive.void setProtectedAuthenticationPath(boolean protectedAuthenticationPath)
protected
protectedAuthenticationPath - 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.