stella.xml
Class DOMTarget.SerializeMerit

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

public static class DOMTarget.SerializeMerit
extends Object

A clas to test serialization of merits. We had problems during ParsedTarget deserialization.


Field Summary
private static File PROPFILE
          The properties file of the scheduler.
 
Constructor Summary
DOMTarget.SerializeMerit()
           
 
Method Summary
static void main(String[] arg)
          We read a ParsedTarget given in the first command line argument, take only one merit an d srialize it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPFILE

private static final File PROPFILE
The properties file of the scheduler. For testing.

Constructor Detail

DOMTarget.SerializeMerit

public DOMTarget.SerializeMerit()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
We read a ParsedTarget given in the first command line argument, take only one merit an d srialize it.

Throws:
IOException