Class 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
    • Constructor Detail

      • Features

        public Features​(ClassLoader classLoader)
      • Features

        public Features()
    • Method Detail

      • isAvailable

        public boolean isAvailable​(String featureName)