org.codehaus.mojo.keytool.requests
Class AbstractKeyToolRequestWithKeyStoreParameters

java.lang.Object
  extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
      extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters
All Implemented Interfaces:
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: AbstractKeyToolRequestWithKeyStoreParameters.java 15796 2012-01-29 16:07:29Z tchemit $
Author:
tchemit

Constructor Summary
AbstractKeyToolRequestWithKeyStoreParameters()
           
 
Method Summary
 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.
 
Methods inherited from class org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.mojo.keytool.KeyToolRequest
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory
 

Constructor Detail

AbstractKeyToolRequestWithKeyStoreParameters

public AbstractKeyToolRequestWithKeyStoreParameters()
Method Detail

getProvidername

public final String getProvidername()
Gets the value of the providername field.

Specified by:
getProvidername in interface KeyToolRequestWithKeyStoreParameters
Returns:
the value of the providername field

setProvidername

public final void setProvidername(String providername)

Specified by:
setProvidername in interface KeyToolRequestWithKeyStoreParameters
Parameters:
providername - value of the field providername to set

getProviderclass

public final String getProviderclass()
Gets the value of the providerclass field.

Specified by:
getProviderclass in interface KeyToolRequestWithKeyStoreParameters
Returns:
the value of the providerclass field

setProviderclass

public final void setProviderclass(String providerclass)

Specified by:
setProviderclass in interface KeyToolRequestWithKeyStoreParameters
Parameters:
providerclass - value of the field providerclass to set

getProviderarg

public final String getProviderarg()
Gets the value of the providerarg field.

Specified by:
getProviderarg in interface KeyToolRequestWithKeyStoreParameters
Returns:
the value of the providerarg field

setProviderarg

public final void setProviderarg(String providerarg)

Specified by:
setProviderarg in interface KeyToolRequestWithKeyStoreParameters
Parameters:
providerarg - value of the field providerarg to set

getProviderpath

public final String getProviderpath()
Gets the value of the providerpath field.

Specified by:
getProviderpath in interface KeyToolRequestWithKeyStoreParameters
Returns:
the value of the providerpath field

setProviderpath

public final void setProviderpath(String providerpath)

Specified by:
setProviderpath in interface KeyToolRequestWithKeyStoreParameters
Parameters:
providerpath - value of the field providerpath to set

getKeystore

public final String getKeystore()
Gets the value of the keystore field.

Specified by:
getKeystore in interface KeyToolRequestWithKeyStoreParameters
Returns:
the value of the keystore field.

setKeystore

public final void setKeystore(String keystore)
Sets the new given value to the field keystore of the request.

Specified by:
setKeystore in interface KeyToolRequestWithKeyStoreParameters
Parameters:
keystore - the new value of the field keystore.

getStoretype

public final String getStoretype()
Gets the value of the storetype field.

Specified by:
getStoretype in interface KeyToolRequestWithKeyStoreParameters
Returns:
the value of the storetype field.

setStoretype

public final void setStoretype(String storetype)
Sets the new given value to the field storetype of the request.

Specified by:
setStoretype in interface KeyToolRequestWithKeyStoreParameters
Parameters:
storetype - the new value of the field storetype.

getStorepass

public final String getStorepass()
Gets the value of the storepass field.

Specified by:
getStorepass in interface KeyToolRequestWithKeyStoreParameters
Returns:
the value of the storepass field.

setStorepass

public final void setStorepass(String storepass)
Sets the new given value to the field storepass of the request.

Specified by:
setStorepass in interface KeyToolRequestWithKeyStoreParameters
Parameters:
storepass - the new value of the field storepass.


Copyright © 2005-2012 Codehaus. All Rights Reserved.