Class VitamResourceBundle


  • public class VitamResourceBundle
    extends java.util.PropertyResourceBundle
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.ResourceBundle

        java.util.ResourceBundle.Control
    • Field Summary

      • Fields inherited from class java.util.ResourceBundle

        parent
    • Constructor Summary

      Constructors 
      Constructor Description
      VitamResourceBundle​(java.io.Reader reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void setParent​(java.util.ResourceBundle parent)  
      • Methods inherited from class java.util.PropertyResourceBundle

        getKeys, handleGetObject, handleKeySet
      • Methods inherited from class java.util.ResourceBundle

        clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
      • Methods inherited from class java.lang.Object

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

      • VitamResourceBundle

        public VitamResourceBundle​(java.io.Reader reader)
                            throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • setParent

        protected void setParent​(java.util.ResourceBundle parent)
        Overrides:
        setParent in class java.util.ResourceBundle