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

com.cantaa.util.resource.MessageResolver Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
package com.cantaa.util.resource;

/**
 * Interface to get a string by it's message key. Used by the ResourceManager
 * @author Hans Lesmeister
 */
public interface MessageResolver {

   /**
    * Gets a String by it's key
    * @param key Key of the resource string
    * @param insets optional insets
    * @return String from the resource. If the string can not be determined, then the key as such is returned
    */
   String getString(String key, Object[] insets);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy