stella.xml
Class DOMTarget.SerializeMerit
java.lang.Object
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. |
|
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 |
PROPFILE
private static final File PROPFILE
- The properties file of the scheduler. For testing.
DOMTarget.SerializeMerit
public DOMTarget.SerializeMerit()
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