|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.config.constants.FileConst
public class FileConst
The FileConst
class contains paths and names of configuration files and their XSL
schemas.
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 |
---|
public static final java.lang.String CONF_FILE_XML_DIR
public static final java.lang.String CONF_FILE_XSD_DIR
public static final java.lang.String CONF_FILE_CONFIG
public static final java.lang.String CONF_FILE_CONFIG_XSD
public static final java.lang.String CONF_FILE_ATTRIBUTES
public static final java.lang.String CONF_FILE_ATTRIBUTES_XSD
public static final java.lang.String CONF_FILE_TYPE
public static final java.lang.String CONF_FILE_TYPE_XSD
public static final java.lang.String CONF_FILE_FIGURES
public static final java.lang.String CONF_FILE_FIGURES_XSD
public static final java.lang.String CONF_FILE_CONVERT
Constructor Detail |
---|
public FileConst()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |