|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwitter4j.conf.PropertyConfigurationFactory
class PropertyConfigurationFactory
ConfigurationFactory implementation for PropertyConfiguration. Currently getInstance calls concrete constructor each time. No caching at all.
Field Summary | |
---|---|
private static PropertyConfiguration |
ROOT_CONFIGURATION
|
Constructor Summary | |
---|---|
PropertyConfigurationFactory()
|
Method Summary | |
---|---|
void |
dispose()
clean up resources acquired by this factory. |
Configuration |
getInstance()
returns the root configuration |
Configuration |
getInstance(java.lang.String configTreePath)
returns the configuration specified by the path |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final PropertyConfiguration ROOT_CONFIGURATION
Constructor Detail |
---|
PropertyConfigurationFactory()
Method Detail |
---|
public Configuration getInstance()
getInstance
in interface ConfigurationFactory
public Configuration getInstance(java.lang.String configTreePath)
getInstance
in interface ConfigurationFactory
configTreePath
- the path
public void dispose()
dispose
in interface ConfigurationFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |