public class FileConst
extends java.lang.Object
FileConst
class contains paths and names of configuration files and their XSL
schemas.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FileConst() |
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