Searched defs:properties (Results 1 – 10 of 10) sorted by relevance
72 Properties properties = System.getProperties(); in setSystemProperty() local
41 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockFilter
53 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockReader
93 Properties properties = new Properties(); in loadProperties() local
250 public static String expand(String str, Properties properties) in expand()281 public static String expandURL(String str, Properties properties) in expandURL()
72 "Could not load Security properties.", ex); in AccessController.doPrivileged()
239 public void setClientInfo(Properties properties) in setClientInfo()
810 public void setClientInfo(Properties properties) throws SQLClientInfoException; in setClientInfo()
98 public Properties(Properties properties) { in Properties() method in Properties
2049 protected void initProperties(Properties properties) { in initProperties()