org.exist.backup.xquery
Class BackupModule
java.lang.Object
org.exist.xquery.AbstractInternalModule
org.exist.backup.xquery.BackupModule
- All Implemented Interfaces:
- InternalModule, Module
public class BackupModule
- extends AbstractInternalModule
Module function definitions for backup module.
- Author:
- wolf, ljo
NAMESPACE_URI
public static final String NAMESPACE_URI
- See Also:
- Constant Field Values
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
INCLUSION_DATE
public static final String INCLUSION_DATE
- See Also:
- Constant Field Values
RELEASED_IN_VERSION
public static final String RELEASED_IN_VERSION
- See Also:
- Constant Field Values
functions
public static final FunctionDef[] functions
BackupModule
public BackupModule()
getNamespaceURI
public String getNamespaceURI()
- Description copied from interface:
Module
- Returns the namespace URI that uniquely identifies this module.
- Specified by:
getNamespaceURI in interface Module- Specified by:
getNamespaceURI in class AbstractInternalModule
- Returns:
- namespace URI
getDefaultPrefix
public String getDefaultPrefix()
- Description copied from interface:
Module
- Returns an optional default prefix (used if no prefix is supplied with
the "import module" directive).
- Specified by:
getDefaultPrefix in interface Module- Specified by:
getDefaultPrefix in class AbstractInternalModule
- Returns:
- optional default prefix
getDescription
public String getDescription()
- Description copied from class:
AbstractInternalModule
- Module description for the documentation.
This is a short phrase describing the module, starting with:
A module for.
- Specified by:
getDescription in interface Module- Specified by:
getDescription in class AbstractInternalModule
- Returns:
- short description of this module
getReleaseVersion
public String getReleaseVersion()
- Description copied from class:
AbstractInternalModule
- Module release version for the documentation. Since a module can live
in trunk a long time before it is included in a release,
this is neccessary for the documentation.
- Specified by:
getReleaseVersion in interface Module- Specified by:
getReleaseVersion in class AbstractInternalModule
- Returns:
- available from which release version
Copyright (C) Wolfgang Meier. All rights reserved.