org.dsmltools
Class DSMLValidate
java.lang.Object
org.dsmltools.DSMLFile
org.dsmltools.DSMLValidate
public class DSMLValidate
- extends DSMLFile
This class reads in a DSML file, converts it to a Document, validates it,
and then writes it out again.
This program reads in DSML, either from a file or from stdin, validates
it and then writes it out to a file or stdout.
The command syntax is as follows. Bold indicates a mandatory option.
DSML2LDAP infile outfile [options]
Output options:
- --quick -q Quick mode - do not validate DSML document
- --help -? Prints a usage message.
E.g.:
DSML2LDAP in.dsml out.dsml
Method Summary |
static void |
main(java.lang.String[] xiArgs)
This method drives the DSML2DSML process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSMLValidate
public DSMLValidate()
main
public static void main(java.lang.String[] xiArgs)
- This method drives the DSML2DSML process.
- Parameters:
xiArgs
- The command-line options