com.google.caliper
Class CaliperRc

java.lang.Object
  extended by com.google.caliper.CaliperRc

public class CaliperRc
extends Object


Field Summary
static CaliperRc INSTANCE
           
 
Method Summary
 String getApiKey()
           
 String getPostUrl()
           
 String getProxy()
          The HTTP proxy host name and port number separated by a colon, such as foo.com:8080
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CaliperRc INSTANCE
Method Detail

getApiKey

public String getApiKey()

getPostUrl

public String getPostUrl()

getProxy

public String getProxy()
The HTTP proxy host name and port number separated by a colon, such as foo.com:8080



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.