Searched refs:getConfigStream (Results 1 – 3 of 3) sorted by relevance
106 InputStream input = mGCSConfigurationFactory.getConfigStream("cluster/host-config.xml"); in testGetConfigStream()115 mGCSConfigurationFactory.getConfigStream("cluster/not-exist-host-config.xml"); in testGetConfigStream_notExist()127 InputStream input = mGCSConfigurationFactory.getConfigStream("test-config"); in testGetConfigStream_bundled()
399 BufferedInputStream bufStream = getConfigStream(name); in loadConfiguration()763 InputStream configStream = getConfigStream(configName); in dumpConfig()790 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in ConfigurationFactory
61 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in GCSConfigurationFactory