org.codehaus.mojo.keytool
Interface KeyToolRequestWithKeyStoreParameters

All Superinterfaces:
KeyToolRequest
All Known Subinterfaces:
KeyToolRequestWithKeyStoreAndAliasParameters
All Known Implementing Classes:
AbstractKeyToolRequestWithKeyStoreAndAliasParameters, AbstractKeyToolRequestWithKeyStoreParameters, KeyToolChangeAliasRequest, KeyToolChangeKeyPasswordRequest, KeyToolChangeStorePasswordRequest, KeyToolDeleteRequest, KeyToolExportCertificateRequest, KeyToolGenerateCertificateRequest, KeyToolGenerateCertificateRequestRequest, KeyToolGenerateKeyPairRequest, KeyToolGenerateSecretKeyRequest, KeyToolImportCertificateRequest, KeyToolListRequest

public interface KeyToolRequestWithKeyStoreParameters
extends KeyToolRequest

Specifies the common parameters used to control a KeyTool tool invocation.

Since:
1.1
Version:
$Id: KeyToolRequestWithKeyStoreParameters.java 16259 2012-04-08 11:11:07Z tchemit $
Author:
tchemit

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 interface org.codehaus.mojo.keytool.KeyToolRequest
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory
 

Method Detail

getKeystore

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

Returns:
the value of the keystore field.

setKeystore

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

Parameters:
keystore - the new value of the field keystore.

getStoretype

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

Returns:
the value of the storetype field.

setStoretype

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

Parameters:
storetype - the new value of the field storetype.

getStorepass

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

Returns:
the value of the storepass field.

setStorepass

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

Parameters:
storepass - the new value of the field storepass.

getProvidername

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

Returns:
the value of the providername field

setProvidername

void setProvidername(String providername)
Parameters:
providername - value of the field providername to set

getProviderclass

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

Returns:
the value of the providerclass field

setProviderclass

void setProviderclass(String providerclass)
Parameters:
providerclass - value of the field providerclass to set

getProviderarg

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

Returns:
the value of the providerarg field

setProviderarg

void setProviderarg(String providerarg)
Parameters:
providerarg - value of the field providerarg to set

getProviderpath

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

Returns:
the value of the providerpath field

setProviderpath

void setProviderpath(String providerpath)
Parameters:
providerpath - value of the field providerpath to set


Copyright © 2005-2012 Codehaus. All Rights Reserved.