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

xpertss.json.schema.messages.JsonSchemaConfigurationBundle Maven / Gradle / Ivy

The newest version!
package xpertss.json.schema.messages;

import com.github.fge.msgsimple.bundle.MessageBundle;
import com.github.fge.msgsimple.bundle.PropertiesBundle;
import com.github.fge.msgsimple.load.MessageBundleLoader;

public final class JsonSchemaConfigurationBundle implements MessageBundleLoader {

    private static final String PATH = "xpertss/json/schema/validator/configuration.properties";

    @Override
    public MessageBundle getBundle()
    {
        return PropertiesBundle.forPath(PATH);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy