Class Features

java.lang.Object
org.infinispan.commons.util.Features

public class Features extends Object
Features allow conditional enabling/disabling of Infinispan's functionality. They are represented as named properties of the form 'org.infinispan.feature.*' and can either be set via one or more 'META-INF/infinispan-features.properties' file on the classpath or by setting a system property, e.g. -Dorg.infinispan.feature.A=true
  • Field Details

  • Constructor Details

    • Features

      public Features(ClassLoader classLoader)
    • Features

      public Features()
  • Method Details

    • isAvailable

      public boolean isAvailable(String featureName)