
net.sf.wcfart.tbutils.res.ResourceProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wcf-art Show documentation
Show all versions of wcf-art Show documentation
jpivot-wcf code used by the ART reporting tool
The newest version!
package net.sf.wcfart.tbutils.res;
import java.util.Collection;
import java.util.Set;
/**
* Hides various ways of accessing name/value pairs.
*/
public interface ResourceProvider {
/** returns null if key does not exist */
String getString(String key);
Set
© 2015 - 2025 Weber Informatics LLC | Privacy Policy