| Constructor and Description |
|---|
Deserialize() |
| Modifier and Type | Method and Description |
|---|---|
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 SporeTarget with
DOMTarget#parseTarget. |
public static void main(String[] arg) throws IOException, ClassNotFoundException
TargetFragment#createTargetDocument,
parses this into a SporeTarget with
DOMTarget#parseTarget. This SporeTarget is then
retransformed into a Document with DOMTarget.toDocument(stella.xml.SporeTarget, java.util.Map<java.lang.String, java.lang.String>), and
the resulting Document is finally stored as an xml-file using the
{DOMToXML#transform} method. The file name is deduced from the second
command line argument.#PROPFILE.IOExceptionClassNotFoundException