Uses of Class
net.sf.daileon.xml.items.DaileonConfig

Packages that use DaileonConfig
net.sf.daileon.notsupported Provides classes that specifically make possible the second functionality provided by Daileon. 
 

Uses of DaileonConfig in net.sf.daileon.notsupported
 

Fields in net.sf.daileon.notsupported declared as DaileonConfig
private static DaileonConfig DomainAnnotationsXmlReader.daileonConfig
          The DaileonConfig object, that is, the root element of the XML configuration file
 

Methods in net.sf.daileon.notsupported that return DaileonConfig
static DaileonConfig DomainAnnotationsXmlReader.getDaileonConfig()
          Retrieves the DaileonConfig object that corresponds to the root element of the indicated XML configuration file.
static DaileonConfig DomainAnnotationsXmlReader.read(String xmlLocation)
          Reads a given XML file, located in the indicated location.