Home | History | Annotate | Download | only in impl

Lines Matching refs:prop

130         String prop = null;
132 prop = System.getProperty(name);
136 return (prop == null) ? simpleLogProps.getProperty(name) : prop;
140 String prop = getStringProperty(name);
141 return (prop == null) ? dephault : prop;
145 String prop = getStringProperty(name);
146 return (prop == null) ? dephault : "true".equalsIgnoreCase(prop);