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

com.redhat.ceylon.tools.bootstrap.CeylonBootstrapMessages Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.redhat.ceylon.tools.bootstrap;

import java.util.ResourceBundle;

public class CeylonBootstrapMessages extends com.redhat.ceylon.common.Messages {
	public static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(CeylonBootstrapMessages.class.getPackage().getName() + ".resources.messages");

    public static String msg(String msgKey, Object... msgArgs) {
    	return msg(RESOURCE_BUNDLE, msgKey, msgArgs);
    }	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy