Add getter for the underlying file

This commit is contained in:
hns 2004-07-29 11:43:48 +00:00
parent f8d3f0e25d
commit d8a7f6c3d4

View file

@ -110,6 +110,15 @@ public final class SystemProperties extends Properties {
lastcheck = System.currentTimeMillis(); lastcheck = System.currentTimeMillis();
} }
/**
* Get the properties file
*
* @return the properties file
*/
public File getFile() {
return file;
}
/** /**
* Reload properties. This clears out the existing entries, * Reload properties. This clears out the existing entries,
* loads the main properties file and then adds any additional * loads the main properties file and then adds any additional