Class CSchema

java.lang.Object
com.io7m.changelog.schema.CSchema

public final class CSchema
extends java.lang.Object
Functions for accessing the schema files.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.net.URI XML_URI
    The public XML URI for changelog documents.
  • Method Summary

    Modifier and Type Method Description
    static java.net.URI getURISchemaXSD()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • XML_URI

      public static final java.net.URI XML_URI
      The public XML URI for changelog documents.
  • Method Details

    • getURISchemaXSD

      public static java.net.URI getURISchemaXSD()
      Returns:
      The URI of the XSD schema file.