Example usage for java.util ResourceBundle.Control subclass-usage

List of usage examples for java.util ResourceBundle.Control subclass-usage

Introduction

In this page you can find the example usage for java.util ResourceBundle.Control subclass-usage.

Usage

From source file fr.zcraft.zlib.components.i18n.translators.properties.ZLibResourceBundleControl.java

public class ZLibResourceBundleControl extends ResourceBundle.Control {
    private final File bundleFile;

    public ZLibResourceBundleControl(File bundleFile) {
        this.bundleFile = bundleFile;
    }

From source file net.sf.jasperreports.engine.util.JRResourcesUtil.java

/**
 * 
 */
class CustomControl extends ResourceBundle.Control {
    public CustomControl() {
    }