railo.runtime.net.s3
Class PropertiesImpl

java.lang.Object
  extended by railo.runtime.net.s3.PropertiesImpl
All Implemented Interfaces:
Properties

public final class PropertiesImpl
extends Object
implements Properties


Constructor Summary
PropertiesImpl()
           
 
Method Summary
 String getAccessKeyId()
           
 int getDefaultLocation()
           
 String getHost()
           
 String getSecretAccessKey()
           
 void setAccessKeyId(String accessKeyId)
           
 void setDefaultLocation(String defaultLocation)
           
 void setHost(String host)
           
 void setSecretAccessKey(String secretAccessKey)
           
 String toString()
           
 Struct toStruct()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesImpl

public PropertiesImpl()
Method Detail

toStruct

public Struct toStruct()
Specified by:
toStruct in interface Properties

getAccessKeyId

public String getAccessKeyId()
Specified by:
getAccessKeyId in interface Properties
Returns:
the accessKeyId

getHost

public String getHost()
Specified by:
getHost in interface Properties
Returns:
the host

setHost

public void setHost(String host)
Parameters:
host - the host to set

getDefaultLocation

public int getDefaultLocation()
Specified by:
getDefaultLocation in interface Properties
Returns:
the defaultLocation

setDefaultLocation

public void setDefaultLocation(String defaultLocation)
Parameters:
defaultLocation - the defaultLocation to set

setAccessKeyId

public void setAccessKeyId(String accessKeyId)
Parameters:
accessKeyId - the accessKeyId to set

getSecretAccessKey

public String getSecretAccessKey()
Specified by:
getSecretAccessKey in interface Properties
Returns:
the secretAccessKey

setSecretAccessKey

public void setSecretAccessKey(String secretAccessKey)
Parameters:
secretAccessKey - the secretAccessKey to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Railo