Class Context


  • public class Context
    extends java.lang.Object
    Describes the context in which a RuleDescriptionSection is defined. Contexts can be for example frameworks - each rule may have slightly different description section for each framework (context).
    Since:
    9.7
    • Constructor Summary

      Constructors 
      Constructor Description
      Context​(java.lang.String key, java.lang.String displayName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()  
      java.lang.String getKey()  
      • Methods inherited from class java.lang.Object

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

      • getKey

        public java.lang.String getKey()
      • getDisplayName

        public java.lang.String getDisplayName()