Class ValidatingResourceBundle

java.lang.Object
org.hsqldb.lib.ValidatingResourceBundle

public class ValidatingResourceBundle extends Object
Purpose of this class is to wrap a RefCapablePropertyResourceBundle to reliably detect any possible use of a missing property key as soon as this class is clinitted. The reason for this is to allow us developers to detect all such errors before end-users ever use this class. See SqltoolRB for an example implementation of this abstract class.
  • Field Details

  • Constructor Details

    • ValidatingResourceBundle

      public ValidatingResourceBundle(String baseName, Class<? extends Enum<?>> enumType)
  • Method Details