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

com.gh.mygreen.xlsmapper.validation.MessageResolver Maven / Gradle / Ivy

There is a newer version: 2.2
Show newest version
package com.gh.mygreen.xlsmapper.validation;


/**
 * Strategy interface for resolving messages.
 * 
 * @author T.TSUCHIE
 *
 */
public interface MessageResolver {
    
    /**
     * try to resolve message.
     * @param code
     * @return the resolved message. if the message wasn't found, return null.
     */
    public String getMessage(String code);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy