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