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
- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringkeystoreKeystore name.private java.lang.StringproviderargProvider argument.private java.lang.StringproviderclassProvider class name.private java.lang.StringprovidernameProvider name.private java.lang.StringproviderpathProvider classpath.private java.lang.StringstorepassKeystore password.private java.lang.StringstoretypeKeystore type.
-
Constructor Summary
Constructors Constructor Description AbstractKeyToolRequestWithKeyStoreParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKeystore()Gets the value of thekeystorefield.java.lang.StringgetProviderarg()Gets the value of theproviderargfield.java.lang.StringgetProviderclass()Gets the value of theproviderclassfield.java.lang.StringgetProvidername()Gets the value of theprovidernamefield.java.lang.StringgetProviderpath()Gets the value of theproviderpathfield.java.lang.StringgetStorepass()Gets the value of thestorepassfield.java.lang.StringgetStoretype()Gets the value of thestoretypefield.voidsetKeystore(java.lang.String keystore)Sets the new given value to the fieldkeystoreof the request.voidsetProviderarg(java.lang.String providerarg)voidsetProviderclass(java.lang.String providerclass)voidsetProvidername(java.lang.String providername)voidsetProviderpath(java.lang.String providerpath)voidsetStorepass(java.lang.String storepass)Sets the new given value to the fieldstorepassof the request.voidsetStoretype(java.lang.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
-
-
-
-
Field Detail
-
providername
private java.lang.String providername
Provider name. See options.
-
providerclass
private java.lang.String providerclass
Provider class name. See options.
-
providerarg
private java.lang.String providerarg
Provider argument. See options.
-
providerpath
private java.lang.String providerpath
Provider classpath. See options.
-
keystore
private java.lang.String keystore
Keystore name. See options.
-
storetype
private java.lang.String storetype
Keystore type. See options.
-
storepass
private java.lang.String storepass
Keystore password. See options.
-
-
Method Detail
-
getProvidername
public final java.lang.String getProvidername()
Gets the value of theprovidernamefield.- Specified by:
getProvidernamein interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- the value of the
providernamefield
-
setProvidername
public final void setProvidername(java.lang.String providername)
- Specified by:
setProvidernamein interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providername- value of the fieldprovidernameto set
-
getProviderclass
public final java.lang.String getProviderclass()
Gets the value of theproviderclassfield.- Specified by:
getProviderclassin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- the value of the
providerclassfield
-
setProviderclass
public final void setProviderclass(java.lang.String providerclass)
- Specified by:
setProviderclassin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providerclass- value of the fieldproviderclassto set
-
getProviderarg
public final java.lang.String getProviderarg()
Gets the value of theproviderargfield.- Specified by:
getProviderargin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- the value of the
providerargfield
-
setProviderarg
public final void setProviderarg(java.lang.String providerarg)
- Specified by:
setProviderargin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providerarg- value of the fieldproviderargto set
-
getProviderpath
public final java.lang.String getProviderpath()
Gets the value of theproviderpathfield.- Specified by:
getProviderpathin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- the value of the
providerpathfield
-
setProviderpath
public final void setProviderpath(java.lang.String providerpath)
- Specified by:
setProviderpathin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
providerpath- value of the fieldproviderpathto set
-
getKeystore
public final java.lang.String getKeystore()
Gets the value of thekeystorefield.- Specified by:
getKeystorein interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- the value of the
keystorefield.
-
setKeystore
public final void setKeystore(java.lang.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 java.lang.String getStoretype()
Gets the value of thestoretypefield.- Specified by:
getStoretypein interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- the value of the
storetypefield.
-
setStoretype
public final void setStoretype(java.lang.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 java.lang.String getStorepass()
Gets the value of thestorepassfield.- Specified by:
getStorepassin interfaceKeyToolRequestWithKeyStoreParameters- Returns:
- the value of the
storepassfield.
-
setStorepass
public final void setStorepass(java.lang.String storepass)
Sets the new given value to the fieldstorepassof the request.- Specified by:
setStorepassin interfaceKeyToolRequestWithKeyStoreParameters- Parameters:
storepass- the new value of the fieldstorepass.
-
-