Class WrappingIndexedExtension<T extends IndexedExtension>

    • Constructor Detail

      • WrappingIndexedExtension

        public WrappingIndexedExtension​(T localExtension)
        Parameters:
        localExtension - the wrapped local extension
    • Method Detail

      • isCompatible

        public Boolean isCompatible​(String namespace)
        Specified by:
        isCompatible in interface IndexedExtension
        Parameters:
        namespace - the namespace for which to check if the extension is compatible
        Returns:
        true if the extension is compatible, false if incompatible and null if unknown