org.lastbamboo.common.amazon.s3
Class GlobalOptions

java.lang.Object
  extended by org.lastbamboo.common.amazon.s3.GlobalOptions

public class GlobalOptions
extends Object


Constructor Summary
GlobalOptions()
           
 
Method Summary
static String getProxyHost()
           
static int getProxyPort()
           
static void setProxyHost(String proxyHost)
           
static void setProxyPort(int proxyPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalOptions

public GlobalOptions()
Method Detail

getProxyHost

public static String getProxyHost()

setProxyHost

public static void setProxyHost(String proxyHost)

getProxyPort

public static int getProxyPort()

setProxyPort

public static void setProxyPort(int proxyPort)


Copyright © 2013 LittleShoot. All Rights Reserved.