Class Namespaces
- java.lang.Object
-
- org.exoplatform.container.configuration.Namespaces
-
public class Namespaces extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Field Summary
Fields Modifier and Type Field Description static StringKERNEL_1_0_URI.static StringKERNEL_1_0_URI_OLDstatic StringKERNEL_1_1_URI.static StringKERNEL_1_1_URI_OLDstatic StringKERNEL_1_2_URI.static StringKERNEL_1_2_URI_OLDstatic StringKERNEL_1_3_URI.static Set<String>KERNEL_NAMESPACES_SETAll the namespaces related to the kernel
-
Constructor Summary
Constructors Constructor Description Namespaces()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]getKernelNamespaces()static booleanisKernelNamespace(String uri)Indicates whether the given uri is a kernel namespace or not
-
-
-
Field Detail
-
KERNEL_1_0_URI
public static final String KERNEL_1_0_URI
.- See Also:
- Constant Field Values
-
KERNEL_1_0_URI_OLD
public static final String KERNEL_1_0_URI_OLD
- See Also:
- Constant Field Values
-
KERNEL_1_1_URI
public static final String KERNEL_1_1_URI
.- See Also:
- Constant Field Values
-
KERNEL_1_1_URI_OLD
public static final String KERNEL_1_1_URI_OLD
- See Also:
- Constant Field Values
-
KERNEL_1_2_URI
public static final String KERNEL_1_2_URI
.- See Also:
- Constant Field Values
-
KERNEL_1_2_URI_OLD
public static final String KERNEL_1_2_URI_OLD
- See Also:
- Constant Field Values
-
KERNEL_1_3_URI
public static final String KERNEL_1_3_URI
.- See Also:
- Constant Field Values
-
-
Method Detail
-
getKernelNamespaces
public static String[] getKernelNamespaces()
- Returns:
- A safe copy of the list of kernel namespaces
-
isKernelNamespace
public static boolean isKernelNamespace(String uri)
Indicates whether the given uri is a kernel namespace or not- Parameters:
uri- the uri to check- Returns:
trueif it is a kernel namespace,falseotherwise.
-
-