Home | History | Annotate | Download | only in utils

Lines Matching refs:Properties

29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used.
196 * of the properties file. If none specified,
197 * ${java.home}/lib/xalan.properties will be used.
250 * of the properties file. If none specified,
251 * ${java.home}/lib/xalan.properties will be used.
275 // $java.home/lib/xalan.properties
277 // no properties file name specified; use
278 // $JAVA_HOME/lib/xalan.properties:
318 // must never have attempted to read xalan.properties
320 fXalanProperties = new Properties();
349 Properties props = new Properties();