
com.jidesoft.utils.ResourceProvider Maven / Gradle / Ivy
/*
* @(#)ResourceProvider.java 11/15/2008
*
* Copyright 2002 - 2008 JIDE Software Inc. All rights reserved.
*
*/
package com.jidesoft.utils;
public interface ResourceProvider {
String getResourceString(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy