Home | History | Annotate | Download | only in logging

Lines Matching refs:props

422         Properties props = getConfigurationFile(contextClassLoader, FACTORY_PROPERTIES);
427 if (props != null) {
428 String useTCCLStr = props.getProperty(TCCL_KEY);
563 if (props != null) {
570 String factoryClass = props.getProperty(FACTORY_PROPERTY);
624 if( props!=null ) {
625 Enumeration names = props.propertyNames();
628 String value = props.getProperty(name);
1370 Properties props = new Properties();
1371 props.load(stream);
1373 return props;
1409 Properties props = null;
1424 if (props == null) {
1426 props = newProps;
1427 String priorityStr = props.getProperty(PRIORITY_KEY);
1455 props = newProps;
1477 if (props == null) {
1488 return props;