public class Namespaces extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KERNEL_1_0_URI
.
|
static String |
KERNEL_1_0_URI_OLD |
static String |
KERNEL_1_1_URI
.
|
static String |
KERNEL_1_1_URI_OLD |
static String |
KERNEL_1_2_URI
.
|
static String |
KERNEL_1_2_URI_OLD |
static String |
KERNEL_1_3_URI
.
|
static Set<String> |
KERNEL_NAMESPACES_SET
All the namespaces related to the kernel
|
| Constructor and Description |
|---|
Namespaces() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getKernelNamespaces() |
static boolean |
isKernelNamespace(String uri)
Indicates whether the given uri is a kernel namespace or not
|
public static final String KERNEL_1_0_URI
public static final String KERNEL_1_0_URI_OLD
public static final String KERNEL_1_1_URI
public static final String KERNEL_1_1_URI_OLD
public static final String KERNEL_1_2_URI
public static final String KERNEL_1_2_URI_OLD
public static final String KERNEL_1_3_URI
public static String[] getKernelNamespaces()
public static boolean isKernelNamespace(String uri)
uri - the uri to checktrue if it is a kernel namespace, false otherwise.Copyright © 2021 eXo Platform SAS. All Rights Reserved.