org.ofbiz.base.component
Class ComponentConfig.ClasspathInfo

java.lang.Object
  extended by org.ofbiz.base.component.ComponentConfig.ClasspathInfo
Enclosing class:
ComponentConfig

public static class ComponentConfig.ClasspathInfo
extends java.lang.Object


Field Summary
 ComponentConfig componentConfig
           
 java.lang.String location
           
 java.lang.String type
           
 
Constructor Summary
ComponentConfig.ClasspathInfo(ComponentConfig componentConfig, org.w3c.dom.Element element)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentConfig

public ComponentConfig componentConfig

type

public java.lang.String type

location

public java.lang.String location
Constructor Detail

ComponentConfig.ClasspathInfo

public ComponentConfig.ClasspathInfo(ComponentConfig componentConfig,
                                     org.w3c.dom.Element element)