java.lang.Object
com.sun.jdo.api.persistence.enhancer.util.Assertion
com.sun.jdo.api.persistence.enhancer.util.Support
Direct Known Subclasses:
ByteCodeEnhancerTimer, ClassControl, ClassFileSource, Environment, FilterEnhancer, JDOMetaDataModelImpl, JDOMetaDataPropertyImpl, JDOMetaDataTimer

public class Support extends Assertion
Basic support for enhancer implementation.
  • Field Details

    • timer

      public static final Timer timer
  • Constructor Details

    • Support

      public Support()
  • Method Details

    • getI18N

      protected static final String getI18N(String key)
      Returns the I18N message.
    • getI18N

      protected static final String getI18N(String key, String arg)
      Returns the I18N message.
    • getI18N

      protected static final String getI18N(String key, String arg1, String arg2)
      Returns the I18N message.
    • getI18N

      protected static final String getI18N(String key, String arg1, String arg2, String arg3)
      Returns the I18N message.
    • getI18N

      protected static final String getI18N(String key, int arg1, String arg2)
      Returns the I18N message.
    • getI18N

      protected static final String getI18N(String key, Object[] args)
      Returns the I18N message.