org.ofbiz.entity.config
Class ResourceInfo

java.lang.Object
  extended by org.ofbiz.entity.config.NamedInfo
      extended by org.ofbiz.entity.config.ResourceInfo
Direct Known Subclasses:
EntityDataReaderInfo, EntityEcaReaderInfo, EntityGroupReaderInfo, EntityModelReaderInfo

public abstract class ResourceInfo
extends NamedInfo

Misc. utility method for dealing with the entityengine.xml file


Field Summary
 java.util.List<org.w3c.dom.Element> resourceElements
           
 
Fields inherited from class org.ofbiz.entity.config.NamedInfo
name
 
Constructor Summary
ResourceInfo(org.w3c.dom.Element element)
           
ResourceInfo(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceElements

public java.util.List<org.w3c.dom.Element> resourceElements
Constructor Detail

ResourceInfo

public ResourceInfo(org.w3c.dom.Element element)

ResourceInfo

public ResourceInfo(java.lang.String name)