facebook4j.conf
Class ConfigurationContext

java.lang.Object
  extended by facebook4j.conf.ConfigurationContext

public final class ConfigurationContext
extends Object

Static factory of Configuration. This class wraps ConfigurationFactory implementations.
By default, facebook4j.conf.PropertyConfigurationFactory will be used and can be changed with -Dfacebook4j.configurationFactory system property.

Author:
Yusuke Yamamoto - yusuke at mac.com

Field Summary
static String CONFIGURATION_IMPL
           
static String DEFAULT_CONFIGURATION_FACTORY
           
 
Constructor Summary
ConfigurationContext()
           
 
Method Summary
static Configuration getInstance()
           
static Configuration getInstance(String configTreePath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONFIGURATION_FACTORY

public static final String DEFAULT_CONFIGURATION_FACTORY
See Also:
Constant Field Values

CONFIGURATION_IMPL

public static final String CONFIGURATION_IMPL
See Also:
Constant Field Values
Constructor Detail

ConfigurationContext

public ConfigurationContext()
Method Detail

getInstance

public static Configuration getInstance()

getInstance

public static Configuration getInstance(String configTreePath)


Copyright © 2019. All rights reserved.