Class IgnoredResource


  • public class IgnoredResource
    extends Object
    A single ignored resource rule consisting of a verb (GET,POST etc.) and path pattern
    Author:
    wtr@redhat.com
    • Constructor Detail

      • IgnoredResource

        public IgnoredResource()
        Constructor.
    • Method Detail

      • getVerb

        public String getVerb()
        Returns:
        the verb
      • setVerb

        public void setVerb​(String verb)
        Parameters:
        verb - the verb to set
      • getPathPattern

        public String getPathPattern()
        Returns:
        the pathPattern
      • setPathPattern

        public void setPathPattern​(String pathPattern)
        Parameters:
        pathPattern - the pathPattern to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object