com.sun.jdo.api.persistence.enhancer.util
Class Support

java.lang.Object
  extended by com.sun.jdo.api.persistence.enhancer.util.Assertion
      extended by 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 Summary
static Timer timer
           
 
Constructor Summary
Support()
           
 
Method Summary
protected static String getI18N(String key)
          Returns the I18N message.
protected static String getI18N(String key, int arg1, String arg2)
          Returns the I18N message.
protected static String getI18N(String key, Object[] args)
          Returns the I18N message.
protected static String getI18N(String key, String arg)
          Returns the I18N message.
protected static String getI18N(String key, String arg1, String arg2)
          Returns the I18N message.
protected static String getI18N(String key, String arg1, String arg2, String arg3)
          Returns the I18N message.
 
Methods inherited from class com.sun.jdo.api.persistence.enhancer.util.Assertion
affirm, affirm, affirm, affirm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

public static final Timer timer
Constructor Detail

Support

public Support()
Method Detail

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.



Copyright © 2012. All Rights Reserved.