Class Hook

java.lang.Object
com.thoughtworks.gauge.hook.Hook
All Implemented Interfaces:
Comparable<Hook>

public class Hook extends Object implements Comparable<Hook>
  • Constructor Details

  • Method Details

    • getMethod

      public Method getMethod()
    • getTags

      public List<String> getTags()
    • getTagsAggregation

      public Operator getTagsAggregation()
    • isTagged

      public boolean isTagged()
    • compareTo

      public int compareTo(Hook h)
      Specified by:
      compareTo in interface Comparable<Hook>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object