Class SchemaCommandLineBase

java.lang.Object
org.jibx.custom.CustomizationCommandLineBase
org.jibx.schema.codegen.SchemaCommandLineBase
Direct Known Subclasses:
RefactoryCommandLine

public abstract class SchemaCommandLineBase extends CustomizationCommandLineBase
Command line processing for tools working with schemas. TODO: take schema root directory handling from CodeGenCommandLine
Author:
Dennis M. Sosnoski
  • Field Details

    • EXTRA_USAGE_LINES

      private static final String[] EXTRA_USAGE_LINES
      Ordered array of extra usage lines.
    • m_rootPath

      private String m_rootPath
      Schema root URL path.
    • m_schemaRoot

      private URL m_schemaRoot
      Root URL for schemas.
    • m_schemaDir

      private File m_schemaDir
      Root directory for schemas (null if not a file system root).
    • m_customRoot

      private SchemasetCustom m_customRoot
      Customizations model root.
  • Constructor Details

    • SchemaCommandLineBase

      public SchemaCommandLineBase()
      Constructor.
  • Method Details