ix.iface.domain
Class ChecklistParser

java.lang.Object
  extended by ix.iface.domain.ChecklistParser

public class ChecklistParser
extends java.lang.Object

Reads .checklist files as Domains.


Constructor Summary
ChecklistParser(java.net.URL url)
          Constructs a ChecklistParser for a given URL.
 
Method Summary
 Domain readDomain()
          Constructs a domain by parsing the contents of the URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChecklistParser

public ChecklistParser(java.net.URL url)
                throws java.io.IOException
Constructs a ChecklistParser for a given URL.

Throws:
java.io.IOException
Method Detail

readDomain

public Domain readDomain()
                  throws java.io.IOException
Constructs a domain by parsing the contents of the URL.

Throws:
java.io.IOException