com.norbl.cbp.ppe
Class AwsClientConfigParams

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.String>
          extended by com.norbl.util.ParamHt
              extended by com.norbl.cbp.ppe.AwsClientConfigParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.String>

public class AwsClientConfigParams
extends ParamHt

Used to create a com.aws.ClientConfiguration object. This class stores/and retrieves params from config file ~user/.ppe-aws-client-config.

See Also:
Serialized Form

Nested Class Summary
static class AwsClientConfigParams.AccParam
          The params that can be set in com.aws.ClientConfiguration.
 
Nested classes/interfaces inherited from class com.norbl.util.ParamHt
ParamHt.ParamName
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static java.lang.String ACC_CONFIG_FILENAME
           
 
Fields inherited from class com.norbl.util.ParamHt
configFile, configFilenameDefault
 
Constructor Summary
AwsClientConfigParams(PPEManager ppeManager)
           
 
Method Summary
 com.amazonaws.ClientConfiguration buildClientConfiguration()
           
 void editParams()
           
static java.lang.String getGuiText()
           
 
Methods inherited from class com.norbl.util.ParamHt
getDefaultConfigFilePath, reloadParams, saveAndReload, saveAndReload, show, writeToConfigFile, writeToConfigFile
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

ACC_CONFIG_FILENAME

public static final java.lang.String ACC_CONFIG_FILENAME
See Also:
Constant Field Values
Constructor Detail

AwsClientConfigParams

public AwsClientConfigParams(PPEManager ppeManager)
                      throws InaccessibleFileException,
                             java.io.IOException
Throws:
InaccessibleFileException
java.io.IOException
Method Detail

buildClientConfiguration

public com.amazonaws.ClientConfiguration buildClientConfiguration()

editParams

public void editParams()

getGuiText

public static java.lang.String getGuiText()