Lines Matching refs:prop
24 private static Properties prop;
33 if (prop == null) init();
34 Object o = prop.get(name);
47 if (prop == null) init();
50 prop.remove(name);
52 prop.put(name, value);
61 if (prop == null) init();
63 prop.store(fos, "RBManager Preferences");
140 if (prop == null) init();
160 prop = new Properties(defaults);
163 prop.load(fis);