Class Features


  • public class Features
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FEATURE_PREFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      Features()  
      Features​(java.lang.ClassLoader classLoader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAvailable​(java.lang.String featureName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Features

        public Features​(java.lang.ClassLoader classLoader)
      • Features

        public Features()
    • Method Detail

      • isAvailable

        public boolean isAvailable​(java.lang.String featureName)