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