public abstract class AbstractKeyToolRequestWithKeyStoreParameters extends AbstractKeyToolRequest implements KeyToolRequestWithKeyStoreParameters
Constructor and Description |
---|
AbstractKeyToolRequestWithKeyStoreParameters() |
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, setWorkingDirectory
getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArguments, getWorkingDirectory, isVerbose, setArguments, setVerbose, setWorkingDirectory
public AbstractKeyToolRequestWithKeyStoreParameters()
public final String getProvidername()
providername
field.getProvidername
in interface KeyToolRequestWithKeyStoreParameters
providername
fieldpublic final void setProvidername(String providername)
setProvidername
in interface KeyToolRequestWithKeyStoreParameters
providername
- value of the field providername
to setpublic final String getProviderclass()
providerclass
field.getProviderclass
in interface KeyToolRequestWithKeyStoreParameters
providerclass
fieldpublic final void setProviderclass(String providerclass)
setProviderclass
in interface KeyToolRequestWithKeyStoreParameters
providerclass
- value of the field providerclass
to setpublic final String getProviderarg()
providerarg
field.getProviderarg
in interface KeyToolRequestWithKeyStoreParameters
providerarg
fieldpublic final void setProviderarg(String providerarg)
setProviderarg
in interface KeyToolRequestWithKeyStoreParameters
providerarg
- value of the field providerarg
to setpublic final String getProviderpath()
providerpath
field.getProviderpath
in interface KeyToolRequestWithKeyStoreParameters
providerpath
fieldpublic final void setProviderpath(String providerpath)
setProviderpath
in interface KeyToolRequestWithKeyStoreParameters
providerpath
- value of the field providerpath
to setpublic final String getKeystore()
keystore
field.getKeystore
in interface KeyToolRequestWithKeyStoreParameters
keystore
field.public final void setKeystore(String keystore)
keystore
of the request.setKeystore
in interface KeyToolRequestWithKeyStoreParameters
keystore
- the new value of the field keystore
.public final String getStoretype()
storetype
field.getStoretype
in interface KeyToolRequestWithKeyStoreParameters
storetype
field.public final void setStoretype(String storetype)
storetype
of the request.setStoretype
in interface KeyToolRequestWithKeyStoreParameters
storetype
- the new value of the field storetype
.public final String getStorepass()
storepass
field.getStorepass
in interface KeyToolRequestWithKeyStoreParameters
storepass
field.public final void setStorepass(String storepass)
storepass
of the request.setStorepass
in interface KeyToolRequestWithKeyStoreParameters
storepass
- the new value of the field storepass
.Copyright © 2012–2015 Codehaus. All rights reserved.