Class StoredBundleControlProvider

  • All Implemented Interfaces:
    java.util.spi.ResourceBundleControlProvider

    @Service(java.util.spi.ResourceBundleControlProvider.class)
    public class StoredBundleControlProvider
    extends java.lang.Object
    implements java.util.spi.ResourceBundleControlProvider
    Bundle control provider to use stored bundles.

    Only used for non-modular applications! Not supported by jigsaw.

    Author:
    harald
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ResourceBundle.Control getControl​(java.lang.String baseName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StoredBundleControlProvider

        public StoredBundleControlProvider()
    • Method Detail

      • getControl

        public java.util.ResourceBundle.Control getControl​(java.lang.String baseName)
        Specified by:
        getControl in interface java.util.spi.ResourceBundleControlProvider