Searched refs:loadProperties (Results 1 – 12 of 12) sorted by relevance
62 loadProperties().remove(key); in native_set()64 loadProperties().setProperty(key, val); in native_set()84 return loadProperties().getProperty(key); in getProperty()87 private static synchronized Properties loadProperties() { in loadProperties() method in ShadowSystemProperties
50 defaults = Util.loadProperties( in loadOrCreate()61 Util.loadProperties(Files.asByteSource(configFile)); in loadOrCreate()72 user = Util.loadProperties(supplier); in loadOrCreate()
17 this.properties = loadProperties(propertiesFile); in PropertiesDependencyResolver()22 private Properties loadProperties(FsFile propertiesFile) throws IOException { in loadProperties() method in PropertiesDependencyResolver
294 boolean loadProperties = false; in lookUpFactoryClassName()301 loadProperties = true; in lookUpFactoryClassName()312 loadProperties = true; in lookUpFactoryClassName()316 if(loadProperties) { in lookUpFactoryClassName()
295 boolean loadProperties = false; in lookUpFactoryClassName()302 loadProperties = true; in lookUpFactoryClassName()313 loadProperties = true; in lookUpFactoryClassName()317 if(loadProperties) { in lookUpFactoryClassName()
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