com.bugsnag
Class Configuration

java.lang.Object
  extended by com.bugsnag.Configuration

public class Configuration
extends Object


Field Summary
protected static String DEFAULT_ENDPOINT
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 void addToTab(String tabName, String key, Object value)
           
 void clearTab(String tabName)
           
 MetaData getMetaData()
           
 String getMetricsEndpoint()
           
 String getNotifyEndpoint()
           
 boolean shouldIgnore(String className)
           
 boolean shouldNotify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ENDPOINT

protected static final String DEFAULT_ENDPOINT
See Also:
Constant Field Values
Constructor Detail

Configuration

public Configuration()
Method Detail

getNotifyEndpoint

public String getNotifyEndpoint()

getMetricsEndpoint

public String getMetricsEndpoint()

addToTab

public void addToTab(String tabName,
                     String key,
                     Object value)

clearTab

public void clearTab(String tabName)

getMetaData

public MetaData getMetaData()

shouldNotify

public boolean shouldNotify()

shouldIgnore

public boolean shouldIgnore(String className)


Copyright © 2013. All Rights Reserved.