Add getter for the underlying file
This commit is contained in:
parent
f8d3f0e25d
commit
d8a7f6c3d4
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue