Class XJCFacade


  • public class XJCFacade
    extends java.lang.Object
    A shabby driver to invoke XJC1 or XJC2 depending on the command line switch.

    This class is compiled with -source 1.2 so that we can report a nice user-friendly "you require Tiger" error message.

    Author:
    Kohsuke Kawaguchi
    • Constructor Summary

      Constructors 
      Constructor Description
      XJCFacade()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static java.lang.String parseVersion​(java.lang.String version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XJCFacade

        public XJCFacade()
    • Method Detail

      • main

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

        public static java.lang.String parseVersion​(java.lang.String version)