Class Namespaces

    • Constructor Detail

      • Namespaces

        public Namespaces()
    • 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:
        true if it is a kernel namespace, false otherwise.