* add getResources().

This commit is contained in:
hns 2005-08-31 12:18:13 +00:00
parent 02ce5cc92e
commit b5b60e3d92

View file

@ -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