Searched refs:resStream (Results 1 – 2 of 2) sorted by relevance
43 try (InputStream resStream = ResourceUtil.class.getResourceAsStream(resource)) { in readConfigurationFromResource() argument44 return readConfigurationFromStream(resStream); in readConfigurationFromResource()60 try (InputStream resStream = new FileInputStream(propertyFile)) { in readConfigurationFromFile() argument61 return readConfigurationFromStream(resStream); in readConfigurationFromFile()
101 try (InputStream resStream = in loadConfigs() argument103 if (resStream == null) { in loadConfigs()108 properties.load(resStream); in loadConfigs()