List of usage examples for twitter4j.conf ConfigurationContext getInstance
public static Configuration getInstance(String configTreePath)
From source file:mx.bigdata.t4j.TwitterStreamFactory.java
License:Apache License
/** * Creates a TwitterStreamFactory with a specified config tree. * * @param configTreePath the path/* w w w. java2s .co m*/ */ public TwitterStreamFactory(String configTreePath) { this(ConfigurationContext.getInstance(configTreePath)); }