|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.daileon.xml.items.DaileonConfig
public class DaileonConfig
The DaileonConfig
class represents the root element of the XML
configuration file, indicated in the command line when Daileon is run.
A DaileonConfig
object is mainly responsible for holding 2
objects, which represent respectively the <setup>
and the
<domain-annotations>
elements of the XML configuration
file.
Field Summary | |
---|---|
private DomainAnnotations |
domainAnnotations
The <domain-annotations> structure of the XML
configuration file |
private Setup |
setup
The <setup> structure of the XML configuration file |
Constructor Summary | |
---|---|
DaileonConfig()
|
Method Summary | |
---|---|
DomainAnnotations |
getDomainAnnotations()
Gets the object that represents the <domain-annotations> element of the XML configuration
file. |
Setup |
getSetup()
Gets the object that represents the <setup> element of
the XML configuration file. |
void |
setDomainAnnotations(DomainAnnotations domainAnnotations)
Sets the object that represents the <domain-annotations> element of the XML configuration
file. |
void |
setSetup(Setup setup)
Sets the object that represents the <setup> element of
the XML configuration file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Setup setup
<setup>
structure of the XML configuration file
private DomainAnnotations domainAnnotations
<domain-annotations>
structure of the XML
configuration file
Constructor Detail |
---|
public DaileonConfig()
Method Detail |
---|
public Setup getSetup()
<setup>
element of
the XML configuration file.
<setup>
element
of the XML configuration file.public void setSetup(Setup setup)
<setup>
element of
the XML configuration file.
setup
- The object that represents the <setup>
element of the XML configuration file.public DomainAnnotations getDomainAnnotations()
<domain-annotations>
element of the XML configuration
file.
<domain-annotations>
element of the XML
configuration file.public void setDomainAnnotations(DomainAnnotations domainAnnotations)
<domain-annotations>
element of the XML configuration
file.
domainAnnotations
- The object that represents the <setup>
element of the XML configuration file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |