|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjitas.xml.writer.XMLWriter
jitas.xml.writer.AllDomainsWriter
public class AllDomainsWriter
A class that provides functions for users to write to domains.xml.
Constructor Summary | |
---|---|
AllDomainsWriter(Domain d)
Constructor. |
|
AllDomainsWriter(Domain d,
java.lang.String pathName)
Constructor. |
Method Summary | |
---|---|
void |
addDomain()
Add a domain to the domains XML file. |
Methods inherited from class jitas.xml.writer.XMLWriter |
---|
loadXML, writeToXML |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllDomainsWriter(Domain d, java.lang.String pathName)
d
- the domain needs to be addedpathName
- the path to the file that contains all the domain namespublic AllDomainsWriter(Domain d)
d
- the domain needs to be addedMethod Detail |
---|
public void addDomain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |