public static class DOMTarget.Filter extends Object
| Modifier and Type | Field and Description |
|---|---|
private static File |
PROPFILE
The properties file of the scheduler.
|
| Constructor and Description |
|---|
Filter() |
| 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. |
private static final File PROPFILE
public static void main(String[] arg) throws Exception
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.Exception