Class WrappingIndexedExtension<T extends IndexedExtension>

Type Parameters:
T - the extension type
All Implemented Interfaces:
Comparable<Extension>, Extension, IndexedExtension, Rating, RatingExtension, RemoteExtension

public class WrappingIndexedExtension<T extends IndexedExtension> extends WrappingRatingExtension<T> implements IndexedExtension
Wrap an indexed extension.
Since:
12.10
Version:
$Id: 0ad69a4afa73f2018a603d921bf6ca7e0a3438a8 $
  • Constructor Details

    • WrappingIndexedExtension

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

    • 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