* add getResources().
This commit is contained in:
parent
02ce5cc92e
commit
b5b60e3d92
1 changed files with 8 additions and 0 deletions
|
@ -161,6 +161,14 @@ public class ResourceProperties extends Properties {
|
|||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get an iterator over the properties' resources
|
||||
* @return iterator over the properties' resources
|
||||
*/
|
||||
public Iterator getResources() {
|
||||
return resources.iterator();
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks wether the properties need to be updated
|
||||
* @return true if the properties need tu be updated
|
||||
|
|
Loading…
Add table
Reference in a new issue