Package org.apache.jackrabbit.vault.util
Interface Constants
-
public interface ConstantsDefines some (file) name constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_XMLname of the auth configstatic StringCONFIG_XMLname of the vault fs config file.static StringDOT_CONTENT_XMLname of the file for generic serializationsstatic String[]EMPTY_STRING_ARRAYempty string arraystatic StringENCODINGdefault encoding for stringsstatic StringFILTER_VLT_XMLname of the filter file.static StringFILTER_XMLname of the filter file.static StringFS_NATIVEthe native file separator charstatic StringHOOKS_DIRname of the "hooks" directorystatic StringMETA_DIRpath of the meta directorystatic StringMETA_INFname of the "META-INF" directorystatic StringNODETYPES_CNDname of the node types file.static StringPACKAGE_DEFINITION_XMLname of the package definition directorystatic StringPRIVILEGES_XMLname of the custom privileges filestatic StringPROPERTIES_XMLname of the custom export properties filestatic StringROOT_DIRname of the root directory under which all content goes.static StringSETTINGS_XMLname of the global settings file.static StringVAULT_DIRname of the "vault" directory inside the "META-INF".static StringVAULT_NS_URIthe namespace uri of the 'vlt' namespace
-
-
-
Field Detail
-
VAULT_NS_URI
static final String VAULT_NS_URI
the namespace uri of the 'vlt' namespace- See Also:
- Constant Field Values
-
META_INF
static final String META_INF
name of the "META-INF" directory- See Also:
- Constant Field Values
-
VAULT_DIR
static final String VAULT_DIR
name of the "vault" directory inside the "META-INF".- See Also:
- Constant Field Values
-
ENCODING
static final String ENCODING
default encoding for strings- See Also:
- Constant Field Values
-
META_DIR
static final String META_DIR
path of the meta directory- See Also:
- Constant Field Values
-
HOOKS_DIR
static final String HOOKS_DIR
name of the "hooks" directory- See Also:
- Constant Field Values
-
ROOT_DIR
static final String ROOT_DIR
name of the root directory under which all content goes.- See Also:
- Constant Field Values
-
CONFIG_XML
static final String CONFIG_XML
name of the vault fs config file.- See Also:
- Constant Field Values
-
FILTER_XML
static final String FILTER_XML
name of the filter file.- See Also:
- Constant Field Values
-
FILTER_VLT_XML
static final String FILTER_VLT_XML
name of the filter file.- See Also:
- Constant Field Values
-
SETTINGS_XML
static final String SETTINGS_XML
name of the global settings file.- See Also:
- Constant Field Values
-
PACKAGE_DEFINITION_XML
static final String PACKAGE_DEFINITION_XML
name of the package definition directory- See Also:
- Constant Field Values
-
AUTH_XML
static final String AUTH_XML
name of the auth config- See Also:
- Constant Field Values
-
NODETYPES_CND
static final String NODETYPES_CND
name of the node types file.- See Also:
- Constant Field Values
-
PROPERTIES_XML
static final String PROPERTIES_XML
name of the custom export properties file- See Also:
- Constant Field Values
-
PRIVILEGES_XML
static final String PRIVILEGES_XML
name of the custom privileges file- Since:
- 3.0
- See Also:
- Constant Field Values
-
DOT_CONTENT_XML
static final String DOT_CONTENT_XML
name of the file for generic serializations- See Also:
- Constant Field Values
-
EMPTY_STRING_ARRAY
static final String[] EMPTY_STRING_ARRAY
empty string array
-
FS_NATIVE
static final String FS_NATIVE
the native file separator char
-
-