Package com.iizix

Class SchemaConst

java.lang.Object
com.iizix.SchemaConst

public class SchemaConst extends Object
Constants required for the client, server and editor environments are placed in this class holding the schema file definitions along with the directory (package name).
Author:
Christopher Mindus
  • Field Details

    • SCHEMA_DIR

      public static final String SCHEMA_DIR
      The schema directory with ending "/".
      See Also:
    • PROPERTY_DEFINITION_SCHEMA

      public static final String PROPERTY_DEFINITION_SCHEMA
      The XML Schema for the base definitions of properties.
      See Also:
    • PROPERTY_DEFINITION_FILE

      public static final String PROPERTY_DEFINITION_FILE
      The XML base properties definitions file.
      See Also:
  • Constructor Details

    • SchemaConst

      public SchemaConst()