Searched refs:getConfigStream (Results 1 – 3 of 3) sorted by relevance
103 InputStream input = mGCSConfigurationFactory.getConfigStream("cluster/host-config.xml"); in testGetConfigStream()111 mGCSConfigurationFactory.getConfigStream("cluster/not-exist-host-config.xml"); in testGetConfigStream_notExist()123 InputStream input = mGCSConfigurationFactory.getConfigStream("test-config"); in testGetConfigStream_bundled()
55 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in GCSConfigurationFactory
397 BufferedInputStream bufStream = getConfigStream(name); in loadConfiguration()759 InputStream configStream = getConfigStream(configName); in dumpConfig()786 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in ConfigurationFactory