Home
last modified time | relevance | path

Searched refs:slpProps (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java164 SLPProperties slpProps = new SLPProperties(new Properties()); in SLPConfig() local
168 slpProps.load(fis); in SLPConfig()
169 System.setProperties(slpProps); in SLPConfig()
179 defaultProps.putAll(slpProps); in SLPConfig()