Searched refs:propertyFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java153 private String propertyFile = "CatalogManager.properties"; field in class:CatalogManager
155 /** The location of the propertyFile */
222 public CatalogManager(String propertyFile) { argument
223 this.propertyFile = propertyFile;
231 // read from the propertyFile for some other reason. That way, there's
249 * Load the properties from the propertyFile and build the
254 propertyFileURI = CatalogManager.class.getResource("/"+propertyFile);
256 CatalogManager.class.getResourceAsStream("/"+propertyFile);
259 System.err.println("Cannot find "+propertyFile);
[all...]
/openjdk7/langtools/make/tools/SelectTool/
H A DSelectToolTask.java76 public void setPropertyFile(File propertyFile) { argument
77 this.propertyFile = propertyFile;
109 Properties props = readProperties(propertyFile);
145 writeProperties(propertyFile, fileProps);
273 private File propertyFile; field in class:SelectToolTask

Completed in 32 milliseconds