Class ModifiableResourceBundle

java.lang.Object
java.util.ResourceBundle
com.aoapps.hodgepodge.i18n.ModifiableResourceBundle
Direct Known Subclasses:
ModifiablePropertiesResourceBundle

public abstract class ModifiableResourceBundle extends ResourceBundle
A modifiable resource bundle allows the resources to be changed during the execution of the application. It also keeps track of the modification and verification times for the keys to help keep multiple translations in sync throughout the lifetime of an application.
Author:
AO Industries, Inc.
  • Constructor Details

    • ModifiableResourceBundle

      protected ModifiableResourceBundle()
  • Method Details