cz.zcu.fav.kiv.editor.config.constants
Class FileConst

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.config.constants.FileConst

public class FileConst
extends java.lang.Object

The FileConst class contains paths and names of configuration files and their XSL schemas.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Field Summary
static java.lang.String CONF_FILE_ATTRIBUTES
          The configuration file describing attributes
static java.lang.String CONF_FILE_ATTRIBUTES_XSD
          The XML schema of the configuration file describing attributes
static java.lang.String CONF_FILE_CONFIG
          The configuration file describing layout of parameters and attribute-sets
static java.lang.String CONF_FILE_CONFIG_XSD
          The XML schema of the configuration file describing layout of parameters and attribute-sets
static java.lang.String CONF_FILE_CONVERT
          The XSL file used for converting text in DocBook to HTML format
static java.lang.String CONF_FILE_FIGURES
          The configuration file describing graphics figures
static java.lang.String CONF_FILE_FIGURES_XSD
          The XML schema of the configuration file describing graphics figures
static java.lang.String CONF_FILE_TYPE
          The configuration file describing types
static java.lang.String CONF_FILE_TYPE_XSD
          The XML schema of the configuration file describing types
static java.lang.String CONF_FILE_XML_DIR
          The directory where configuration files are stored
static java.lang.String CONF_FILE_XSD_DIR
          The directory where XML schemas of configuration files are stored
 
Constructor Summary
FileConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONF_FILE_XML_DIR

public static final java.lang.String CONF_FILE_XML_DIR
The directory where configuration files are stored


CONF_FILE_XSD_DIR

public static final java.lang.String CONF_FILE_XSD_DIR
The directory where XML schemas of configuration files are stored

See Also:
Constant Field Values

CONF_FILE_CONFIG

public static final java.lang.String CONF_FILE_CONFIG
The configuration file describing layout of parameters and attribute-sets


CONF_FILE_CONFIG_XSD

public static final java.lang.String CONF_FILE_CONFIG_XSD
The XML schema of the configuration file describing layout of parameters and attribute-sets

See Also:
Constant Field Values

CONF_FILE_ATTRIBUTES

public static final java.lang.String CONF_FILE_ATTRIBUTES
The configuration file describing attributes


CONF_FILE_ATTRIBUTES_XSD

public static final java.lang.String CONF_FILE_ATTRIBUTES_XSD
The XML schema of the configuration file describing attributes

See Also:
Constant Field Values

CONF_FILE_TYPE

public static final java.lang.String CONF_FILE_TYPE
The configuration file describing types


CONF_FILE_TYPE_XSD

public static final java.lang.String CONF_FILE_TYPE_XSD
The XML schema of the configuration file describing types

See Also:
Constant Field Values

CONF_FILE_FIGURES

public static final java.lang.String CONF_FILE_FIGURES
The configuration file describing graphics figures


CONF_FILE_FIGURES_XSD

public static final java.lang.String CONF_FILE_FIGURES_XSD
The XML schema of the configuration file describing graphics figures

See Also:
Constant Field Values

CONF_FILE_CONVERT

public static final java.lang.String CONF_FILE_CONVERT
The XSL file used for converting text in DocBook to HTML format

See Also:
Constant Field Values
Constructor Detail

FileConst

public FileConst()