org.codehaus.mojo.keytool.requests
Class KeyToolImportKeystoreRequest

java.lang.Object
  extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
      extended by org.codehaus.mojo.keytool.requests.KeyToolImportKeystoreRequest
All Implemented Interfaces:
KeyToolRequest

public class KeyToolImportKeystoreRequest
extends AbstractKeyToolRequest

Request to import all entries of a keystore to another keystore using the KeyTool tool.

Since:
1.1
Author:
tchemit

Constructor Summary
KeyToolImportKeystoreRequest()
           
 
Method Summary
 String getDestalias()
          Gets the value of the destalias field.
 String getDestkeypass()
          Gets the value of the destkeypass field.
 String getDestkeystore()
          Gets the value of the destkeystore field.
 String getDestprovidername()
          Gets the value of the destprovidername field.
 String getDeststorepass()
          Gets the value of the deststorepass field.
 String getDeststoretype()
          Gets the value of the deststoretype field.
 String getProviderarg()
          Gets the value of the providerarg field.
 String getProviderclass()
          Gets the value of the providerclass field.
 String getProviderpath()
          Gets the value of the providerpath field.
 String getSrcalias()
          Gets the value of the srcalias field.
 String getSrckeypass()
          Gets the value of the srckeypass field.
 String getSrckeystore()
          Gets the value of the srckeystore field.
 String getSrcprovidername()
          Gets the value of the srcprovidername field.
 String getSrcstorepass()
          Gets the value of the srcstorepass field.
 String getSrcstoretype()
          Gets the value of the srcstoretype field.
 boolean isNoprompt()
          Gets the value of the noprompt field.
 boolean isSrcprotected()
          Gets the value of the srcprotected field.
 void setDestalias(String destalias)
           
 void setDestkeypass(String destkeypass)
           
 void setDestkeystore(String destkeystore)
           
 void setDestprovidername(String destprovidername)
           
 void setDeststorepass(String deststorepass)
           
 void setDeststoretype(String deststoretype)
           
 void setNoprompt(boolean noprompt)
           
 void setProviderarg(String providerarg)
           
 void setProviderclass(String providerclass)
           
 void setProviderpath(String providerpath)
           
 void setSrcalias(String srcalias)
           
 void setSrckeypass(String srckeypass)
           
 void setSrckeystore(String srckeystore)
           
 void setSrcprotected(boolean srcprotected)
           
 void setSrcprovidername(String srcprovidername)
           
 void setSrcstorepass(String srcstorepass)
           
 void setSrcstoretype(String srcstoretype)
           
 
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
 

Constructor Detail

KeyToolImportKeystoreRequest

public KeyToolImportKeystoreRequest()
Method Detail

getSrckeystore

public String getSrckeystore()
Gets the value of the srckeystore field.

Returns:
the value of the srckeystore field

setSrckeystore

public void setSrckeystore(String srckeystore)
Parameters:
srckeystore - value of the field srckeystore to set

getDestkeystore

public String getDestkeystore()
Gets the value of the destkeystore field.

Returns:
the value of the destkeystore field

setDestkeystore

public void setDestkeystore(String destkeystore)
Parameters:
destkeystore - value of the field destkeystore to set

getSrcstoretype

public String getSrcstoretype()
Gets the value of the srcstoretype field.

Returns:
the value of the srcstoretype field

setSrcstoretype

public void setSrcstoretype(String srcstoretype)
Parameters:
srcstoretype - value of the field srcstoretype to set

getDeststoretype

public String getDeststoretype()
Gets the value of the deststoretype field.

Returns:
the value of the deststoretype field

setDeststoretype

public void setDeststoretype(String deststoretype)
Parameters:
deststoretype - value of the field deststoretype to set

getSrcstorepass

public String getSrcstorepass()
Gets the value of the srcstorepass field.

Returns:
the value of the srcstorepass field

setSrcstorepass

public void setSrcstorepass(String srcstorepass)
Parameters:
srcstorepass - value of the field srcstorepass to set

getDeststorepass

public String getDeststorepass()
Gets the value of the deststorepass field.

Returns:
the value of the deststorepass field

setDeststorepass

public void setDeststorepass(String deststorepass)
Parameters:
deststorepass - value of the field deststorepass to set

isSrcprotected

public boolean isSrcprotected()
Gets the value of the srcprotected field.

Returns:
the value of the srcprotected field

setSrcprotected

public void setSrcprotected(boolean srcprotected)
Parameters:
srcprotected - value of the field srcprotected to set

getSrcprovidername

public String getSrcprovidername()
Gets the value of the srcprovidername field.

Returns:
the value of the srcprovidername field

setSrcprovidername

public void setSrcprovidername(String srcprovidername)
Parameters:
srcprovidername - value of the field srcprovidername to set

getDestprovidername

public String getDestprovidername()
Gets the value of the destprovidername field.

Returns:
the value of the destprovidername field

setDestprovidername

public void setDestprovidername(String destprovidername)
Parameters:
destprovidername - value of the field destprovidername to set

getSrcalias

public String getSrcalias()
Gets the value of the srcalias field.

Returns:
the value of the srcalias field

setSrcalias

public void setSrcalias(String srcalias)
Parameters:
srcalias - value of the field srcalias to set

getDestalias

public String getDestalias()
Gets the value of the destalias field.

Returns:
the value of the destalias field

setDestalias

public void setDestalias(String destalias)
Parameters:
destalias - value of the field destalias to set

getSrckeypass

public String getSrckeypass()
Gets the value of the srckeypass field.

Returns:
the value of the srckeypass field

setSrckeypass

public void setSrckeypass(String srckeypass)
Parameters:
srckeypass - value of the field srckeypass to set

getDestkeypass

public String getDestkeypass()
Gets the value of the destkeypass field.

Returns:
the value of the destkeypass field

setDestkeypass

public void setDestkeypass(String destkeypass)
Parameters:
destkeypass - value of the field destkeypass to set

isNoprompt

public boolean isNoprompt()
Gets the value of the noprompt field.

Returns:
the value of the noprompt field

setNoprompt

public void setNoprompt(boolean noprompt)
Parameters:
noprompt - value of the field noprompt to set

getProviderclass

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

Returns:
the value of the providerclass field

setProviderclass

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

getProviderarg

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

Returns:
the value of the providerarg field

setProviderarg

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

getProviderpath

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

Returns:
the value of the providerpath field

setProviderpath

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


Copyright © 2005-2012 Codehaus. All Rights Reserved.