Class CompatibilityImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      CompatibilityImpl​(java.util.Map<Trait,​java.lang.Boolean> configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean enabled​(Trait trait)
      Returns true if the indicated compatibility trait is enabled.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • enabled

        public boolean enabled​(Trait trait)
        Description copied from interface: Compatibility
        Returns true if the indicated compatibility trait is enabled.
        Specified by:
        enabled in interface Compatibility
        Returns:
        true if enabled, false otherwise