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

com.floreysoft.jmte.message.Message Maven / Gradle / Ivy

Go to download

To build and locally install jar, javadoc and sources, please use: mvn clean javadoc:jar source:jar install -Dmaven.test.skip=true Tested on Maven 2.0.9, JDK 1.7

There is a newer version: 7.0.3
Show newest version
package com.floreysoft.jmte.message;

import java.util.Locale;

public interface Message {
	public String format();
	public String format(Locale locale);
	public String formatPlain();
	public String formatPlain(Locale locale);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy