com.simonstl.ool
Class OolRemesh
java.lang.Object
|
+--com.simonstl.ool.OolRemesh
- public class OolRemesh
- extends java.lang.Object
This class provides a command-line interface to OolRemeshSAXFilter.
This class just takes two arguments - a rules file and a target file.
It loads the rules, feeds them to the filter, and sets up an XMLWriter
so that testers can see the results on the command line.
This class requires David Megginson's XMLWriter class, available from:
- Version:
- 0.01 12 April 2002
- Author:
- Simon St.Laurent
Method Summary |
static void |
main(java.lang.String[] args)
FilterTester's main method requires one argument - a target XML file. |
static void |
printHelp()
printHelp() lists options if the user doesn't specify any files. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OolRemesh
public OolRemesh()
printHelp
public static void printHelp()
- printHelp() lists options if the user doesn't specify any files.
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- FilterTester's main method requires one argument - a target XML file.
Options may appear before those arguments:
-p [parser class name] - use the parser specified