stella.xml
Class DOMTarget.Properties

java.lang.Object
  extended by stella.xml.DOMTarget.Properties
Enclosing class:
DOMTarget

public static class DOMTarget.Properties
extends Object

A class that reads in an xml-file, parses, and prints out the global properties of the target. Used to trace inconcsistencies with parsed targets default properties.


Constructor Summary
DOMTarget.Properties()
           
 
Method Summary
static void main(String[] arg)
          Reads in the first command line argument, uses this xml-file to construct a Document via TargetFragment#createTargetDocument, parses this into a ParsedTarget with DOMTarget.parseTarget(java.lang.String, org.w3c.dom.Document, java.util.Map).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMTarget.Properties

public DOMTarget.Properties()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
Reads in the first command line argument, uses this xml-file to construct a Document via TargetFragment#createTargetDocument, parses this into a ParsedTarget with DOMTarget.parseTarget(java.lang.String, org.w3c.dom.Document, java.util.Map). This ParsedTarget is then queried for its string properties.

Throws:
IOException