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.String
keystore
Keystore name.private java.lang.String
providerarg
Provider argument.private java.lang.String
providerclass
Provider class name.private java.lang.String
providername
Provider name.private java.lang.String
providerpath
Provider classpath.private java.lang.String
storepass
Keystore password.private java.lang.String
storetype
Keystore type.
-
Constructor Summary
Constructors Constructor Description AbstractKeyToolRequestWithKeyStoreParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKeystore()
Gets the value of thekeystore
field.java.lang.String
getProviderarg()
Gets the value of theproviderarg
field.java.lang.String
getProviderclass()
Gets the value of theproviderclass
field.java.lang.String
getProvidername()
Gets the value of theprovidername
field.java.lang.String
getProviderpath()
Gets the value of theproviderpath
field.java.lang.String
getStorepass()
Gets the value of thestorepass
field.java.lang.String
getStoretype()
Gets the value of thestoretype
field.void
setKeystore(java.lang.String keystore)
Sets the new given value to the fieldkeystore
of the request.void
setProviderarg(java.lang.String providerarg)
void
setProviderclass(java.lang.String providerclass)
void
setProvidername(java.lang.String providername)
void
setProviderpath(java.lang.String providerpath)
void
setStorepass(java.lang.String storepass)
Sets the new given value to the fieldstorepass
of the request.void
setStoretype(java.lang.String storetype)
Sets the new given value to the fieldstoretype
of 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 theprovidername
field.- Specified by:
getProvidername
in interfaceKeyToolRequestWithKeyStoreParameters
- Returns:
- the value of the
providername
field
-
setProvidername
public final void setProvidername(java.lang.String providername)
- Specified by:
setProvidername
in interfaceKeyToolRequestWithKeyStoreParameters
- Parameters:
providername
- value of the fieldprovidername
to set
-
getProviderclass
public final java.lang.String getProviderclass()
Gets the value of theproviderclass
field.- Specified by:
getProviderclass
in interfaceKeyToolRequestWithKeyStoreParameters
- Returns:
- the value of the
providerclass
field
-
setProviderclass
public final void setProviderclass(java.lang.String providerclass)
- Specified by:
setProviderclass
in interfaceKeyToolRequestWithKeyStoreParameters
- Parameters:
providerclass
- value of the fieldproviderclass
to set
-
getProviderarg
public final java.lang.String getProviderarg()
Gets the value of theproviderarg
field.- Specified by:
getProviderarg
in interfaceKeyToolRequestWithKeyStoreParameters
- Returns:
- the value of the
providerarg
field
-
setProviderarg
public final void setProviderarg(java.lang.String providerarg)
- Specified by:
setProviderarg
in interfaceKeyToolRequestWithKeyStoreParameters
- Parameters:
providerarg
- value of the fieldproviderarg
to set
-
getProviderpath
public final java.lang.String getProviderpath()
Gets the value of theproviderpath
field.- Specified by:
getProviderpath
in interfaceKeyToolRequestWithKeyStoreParameters
- Returns:
- the value of the
providerpath
field
-
setProviderpath
public final void setProviderpath(java.lang.String providerpath)
- Specified by:
setProviderpath
in interfaceKeyToolRequestWithKeyStoreParameters
- Parameters:
providerpath
- value of the fieldproviderpath
to set
-
getKeystore
public final java.lang.String getKeystore()
Gets the value of thekeystore
field.- Specified by:
getKeystore
in interfaceKeyToolRequestWithKeyStoreParameters
- Returns:
- the value of the
keystore
field.
-
setKeystore
public final void setKeystore(java.lang.String keystore)
Sets the new given value to the fieldkeystore
of the request.- Specified by:
setKeystore
in interfaceKeyToolRequestWithKeyStoreParameters
- Parameters:
keystore
- the new value of the fieldkeystore
.
-
getStoretype
public final java.lang.String getStoretype()
Gets the value of thestoretype
field.- Specified by:
getStoretype
in interfaceKeyToolRequestWithKeyStoreParameters
- Returns:
- the value of the
storetype
field.
-
setStoretype
public final void setStoretype(java.lang.String storetype)
Sets the new given value to the fieldstoretype
of the request.- Specified by:
setStoretype
in interfaceKeyToolRequestWithKeyStoreParameters
- Parameters:
storetype
- the new value of the fieldstoretype
.
-
getStorepass
public final java.lang.String getStorepass()
Gets the value of thestorepass
field.- Specified by:
getStorepass
in interfaceKeyToolRequestWithKeyStoreParameters
- Returns:
- the value of the
storepass
field.
-
setStorepass
public final void setStorepass(java.lang.String storepass)
Sets the new given value to the fieldstorepass
of the request.- Specified by:
setStorepass
in interfaceKeyToolRequestWithKeyStoreParameters
- Parameters:
storepass
- the new value of the fieldstorepass
.
-
-