org.ofbiz.entity.model
Class ModelEntityChecker

java.lang.Object
  extended by org.ofbiz.entity.model.ModelEntityChecker

public class ModelEntityChecker
extends java.lang.Object

Generic Entity - Entity Definition Checker


Field Summary
static java.lang.String module
           
static java.lang.String[] rwArray
           
 
Constructor Summary
ModelEntityChecker()
           
 
Method Summary
static void checkEntities(GenericDelegator delegator, java.util.List<java.lang.String> warningList)
           
static void initReservedWords(java.util.TreeSet<java.lang.String> reservedWords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

rwArray

public static final java.lang.String[] rwArray
Constructor Detail

ModelEntityChecker

public ModelEntityChecker()
Method Detail

checkEntities

public static void checkEntities(GenericDelegator delegator,
                                 java.util.List<java.lang.String> warningList)
                          throws GenericEntityException
Throws:
GenericEntityException

initReservedWords

public static void initReservedWords(java.util.TreeSet<java.lang.String> reservedWords)