public interface KeyToolRequestWithKeyStoreParameters extends KeyToolRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getKeystore()
Gets the value of the
keystore 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 |
getProviderpath()
Gets the value of the
providerpath field. |
String |
getStorepass()
Gets the value of the
storepass field. |
String |
getStoretype()
Gets the value of the
storetype field. |
void |
setKeystore(String keystore)
Sets the new given value to the field
keystore of the request. |
void |
setProviderarg(String providerarg) |
void |
setProviderclass(String providerclass) |
void |
setProvidername(String providername) |
void |
setProviderpath(String providerpath) |
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. |
getArguments, getWorkingDirectory, isVerbose, setArguments, setVerbose, setWorkingDirectoryString getKeystore()
keystore field.keystore field.void setKeystore(String keystore)
keystore of the request.keystore - the new value of the field keystore.String getStoretype()
storetype field.storetype field.void setStoretype(String storetype)
storetype of the request.storetype - the new value of the field storetype.String getStorepass()
storepass field.storepass field.void setStorepass(String storepass)
storepass of the request.storepass - the new value of the field storepass.String getProvidername()
providername field.providername fieldvoid setProvidername(String providername)
providername - value of the field providername to setString getProviderclass()
providerclass field.providerclass fieldvoid setProviderclass(String providerclass)
providerclass - value of the field providerclass to setString getProviderarg()
providerarg field.providerarg fieldvoid setProviderarg(String providerarg)
providerarg - value of the field providerarg to setString getProviderpath()
providerpath field.providerpath fieldvoid setProviderpath(String providerpath)
providerpath - value of the field providerpath to setCopyright © 2012-2014 Codehaus. All Rights Reserved.