Searched defs:getProperty (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java100 String url = ogcProperties.getProperty(Constants.JMX_URL);
102 String host = ogcProperties.getProperty(Constants.JMX_HOST, "localhost");
104 ogcProperties.getProperty(Constants.JMX_PORT, "9292"));
105 int rmiport = Integer.parseInt(ogcProperties.getProperty(
118 public String getProperty(String key) { method in class:SettingsPersistence
119 return ogcProperties.getProperty(key);
136 return Level.parse(ogcProperties.getProperty(FILELOGLEVELKEY));
144 return Level.parse(ogcProperties.getProperty(CONSOLELOGLEVELKEY));
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DManagementMBean.java103 public String getProperty(String key); method in interface:ManagementMBean
H A DManagement.java66 .getProperty(Configuration.PROPERTY_KEY_PREFIX + "indexer.updatedatabase"));
68 .getProperty(Configuration.PROPERTY_KEY_PREFIX + "indexer.numberofthreads"));
70 .getProperty(Configuration.PROPERTY_KEY_PREFIX + "configuration.file");
72 .getProperty(Configuration.PROPERTY_KEY_PREFIX + "indexer.subfiles");
77 .getProperty(Configuration.PROPERTY_KEY_PREFIX + "indexer.publishserver.url");
108 public String getProperty(String key) { method in class:Management
109 return ogaProperties.getProperty(key);
177 return System.getProperty(key);

Completed in 8 milliseconds