Searched refs:loadProperties (Results 1 – 11 of 11) sorted by relevance
50 defaults = Util.loadProperties( in loadOrCreate()61 Util.loadProperties(Files.asByteSource(configFile)); in loadOrCreate()72 user = Util.loadProperties(supplier); in loadOrCreate()
295 boolean loadProperties = false; in lookUpFactoryClassName()302 loadProperties = true; in lookUpFactoryClassName()313 loadProperties = true; in lookUpFactoryClassName()317 if(loadProperties) { in lookUpFactoryClassName()
294 boolean loadProperties = false; in lookUpFactoryClassName()301 loadProperties = true; in lookUpFactoryClassName()312 loadProperties = true; in lookUpFactoryClassName()316 if(loadProperties) { in lookUpFactoryClassName()
99 loadProperties(); in loadProperties() method104 static void loadProperties() { in loadProperties() method in Support_Configuration
105 public static Properties loadProperties() { in loadProperties() method in TestRunner227 new TestRunner(loadProperties(), new ArrayList<>(Arrays.asList(args))).run(); in main()
70 TestRunner testRunner = new TestRunner(TestRunner.loadProperties(), in onCreate()
186 loadProperties(); in init()229 private static void loadProperties() { in loadProperties() method in SimpleLogger
69 public static ImmutableMap<String, String> loadProperties(ByteSource is) throws IOException { in loadProperties() method in Util