Class PropertiesModule
- java.lang.Object
-
- org.exist.xquery.AbstractInternalModule
-
- org.fryske_akademy.exist.properties.PropertiesModule
-
- All Implemented Interfaces:
org.exist.xquery.InternalModule,org.exist.xquery.Module
public class PropertiesModule extends org.exist.xquery.AbstractInternalModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_PATHstatic StringINCLUSION_DATEstatic StringNAMESPACE_URIstatic StringPREFIXstatic StringRELEASED_IN_VERSION
-
Constructor Summary
Constructors Constructor Description PropertiesModule(Map<String,List<?>> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBasePath()StringgetDefaultPrefix()StringgetDescription()StringgetNamespaceURI()StringgetReleaseVersion()-
Methods inherited from class org.exist.xquery.AbstractInternalModule
declareVariable, declareVariable, getFunctionDef, getFunctionsByName, getGlobalVariables, getParameter, getSignaturesForFunction, isInternalModule, isReady, isVarDeclared, listFunctions, reset, reset, resolveVariable, resolveVariable, setContextItem
-
-
-
-
Field Detail
-
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
-
BASE_PATH
public static final String BASE_PATH
- See Also:
- Constant Field Values
-
-