Class AbstractKeyToolRequestWithKeyStoreParameters
- java.lang.Object
-
- org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest
-
- org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
-
- org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters
-
- All Implemented Interfaces:
org.apache.maven.shared.utils.cli.javatool.JavaToolRequest,KeyToolRequest,KeyToolRequestWithKeyStoreParameters
- Direct Known Subclasses:
AbstractKeyToolRequestWithKeyStoreAndAliasParameters,KeyToolChangeStorePasswordRequest
public abstract class AbstractKeyToolRequestWithKeyStoreParameters extends AbstractKeyToolRequest implements KeyToolRequestWithKeyStoreParameters
Specifies the commons parameters used to control a key tool invocation which have propviders options.- Since:
- 1.1
- Author:
- tchemit
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyToolRequestWithKeyStoreParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeystore()Gets the value of thekeystorefield.StringgetProviderarg()Gets the value of theproviderargfield.StringgetProviderclass()Gets the value of theproviderclassfield.StringgetProvidername()Gets the value of theprovidernamefield.StringgetProviderpath()Gets the value of theproviderpathfield.StringgetStorepass()Gets the value of thestorepassfield.StringgetStoretype()Gets the value of thestoretypefield.voidsetKeystore(String keystore)Sets the new given value to the fieldkeystoreof the request.voidsetProviderarg(String providerarg)setProviderarg.voidsetProviderclass(String providerclass)setProviderclass.voidsetProvidername(String providername)setProvidername.voidsetProviderpath(String providerpath)setProviderpath.voidsetStorepass(String storepass)Sets the new given value to the fieldstorepassof the request.voidsetStoretype(String storetype)Sets the new given value to the fieldstoretypeof the request.-
Methods inherited from class org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
getArguments, getWorkingDirectory, isVerbose, setArguments, setVerbose, setWorkingDirectory
-
Methods inherited from class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest
getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest
getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
-
Methods inherited from interface org.codehaus.mojo.keytool.KeyToolRequest
getArguments, getWorkingDirectory, isVerbose, setArguments, setVerbose, setWorkingDirectory
-
-
-
-
Method Detail
-
getProvidername
public final String getProvidername()
Gets the value of theprovidernamefield.- Specified by:
getProvidernamein interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- a
Stringobject
-
setProvidername
public final void setProvidername(String providername)
setProvidername.
- Specified by:
setProvidernamein interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providername- value of the fieldprovidernameto set
-
getProviderclass
public final String getProviderclass()
Gets the value of theproviderclassfield.- Specified by:
getProviderclassin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- a
Stringobject
-
setProviderclass
public final void setProviderclass(String providerclass)
setProviderclass.
- Specified by:
setProviderclassin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providerclass- value of the fieldproviderclassto set
-
getProviderarg
public final String getProviderarg()
Gets the value of theproviderargfield.- Specified by:
getProviderargin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- a
Stringobject
-
setProviderarg
public final void setProviderarg(String providerarg)
setProviderarg.
- Specified by:
setProviderargin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providerarg- value of the fieldproviderargto set
-
getProviderpath
public final String getProviderpath()
Gets the value of theproviderpathfield.- Specified by:
getProviderpathin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- a
Stringobject
-
setProviderpath
public final void setProviderpath(String providerpath)
setProviderpath.
- Specified by:
setProviderpathin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providerpath- value of the fieldproviderpathto set
-
getKeystore
public final String getKeystore()
Gets the value of thekeystorefield.- Specified by:
getKeystorein interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- a
Stringobject
-
setKeystore
public final void setKeystore(String keystore)
Sets the new given value to the fieldkeystoreof the request.- Specified by:
setKeystorein interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
keystore- the new value of the fieldkeystore.
-
getStoretype
public final String getStoretype()
Gets the value of thestoretypefield.- Specified by:
getStoretypein interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- a
Stringobject
-
setStoretype
public final void setStoretype(String storetype)
Sets the new given value to the fieldstoretypeof the request.- Specified by:
setStoretypein interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
storetype- the new value of the fieldstoretype.
-
getStorepass
public final String getStorepass()
Gets the value of thestorepassfield.- Specified by:
getStorepassin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- a
Stringobject
-
setStorepass
public final void setStorepass(String storepass)
Sets the new given value to the fieldstorepassof the request.- Specified by:
setStorepassin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
storepass- the new value of the fieldstorepass.
-
-