Class Driver


  • public class Driver
    extends java.lang.Object
    command line Verifier.
    • Constructor Detail

      • Driver

        public Driver()
    • Method Detail

      • usage

        private static void usage()
        Prints the usage screen.
      • printVersion

        private static void printVersion()
        Prints the version number.
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • run

        public static int run​(java.lang.String[] args)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dumpTREX

        public static void dumpTREX​(TREXGrammar g)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dumpXMLSchema

        public static void dumpXMLSchema​(XMLSchemaGrammar g)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dumpXMLSchema

        public static void dumpXMLSchema​(XMLSchemaSchema s)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dumpRELAXModule

        public static void dumpRELAXModule​(RELAXModule m)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dumpRELAXGrammar

        public static void dumpRELAXGrammar​(RELAXGrammar m)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • localize

        public static java.lang.String localize​(java.lang.String propertyName,
                                                java.lang.Object[] args)
      • localize

        public static java.lang.String localize​(java.lang.String prop)
      • localize

        public static java.lang.String localize​(java.lang.String prop,
                                                java.lang.Object arg1)
      • localize

        public static java.lang.String localize​(java.lang.String prop,
                                                java.lang.Object arg1,
                                                java.lang.Object arg2)