Class MessageRevFilter.PatternSearch

    • Constructor Detail

      • PatternSearch

        PatternSearch​(java.lang.String patternText)
    • Method Detail

      • text

        protected java.lang.CharSequence text​(RevCommit cmit)
        Description copied from class: PatternMatchRevFilter
        Obtain the raw text to match against.
        Specified by:
        text in class PatternMatchRevFilter
        Parameters:
        cmit - current commit being evaluated.
        Returns:
        sequence for the commit's content that we need to match on.
      • clone

        public RevFilter clone()
        Description copied from class: RevFilter

        Clone this revision filter, including its parameters.

        This is a deep clone. If this filter embeds objects or other filters it must also clone those, to ensure the instances do not share mutable data.

        Specified by:
        clone in class RevFilter