All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jidesoft.utils.ResourceProvider Maven / Gradle / Ivy

There is a newer version: 3.6.18
Show newest version
/*
 * @(#)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