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 Summary 
Fields
The XML base properties definitions file.
The XML Schema for the base definitions of properties.
The schema directory with ending "/".
Constructor Summary 
Constructors
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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()