Class ExcludeModule

All Implemented Interfaces:
Describable<RegexpFilter>, Serializable

public class ExcludeModule extends RegexpFilter
Defines a filter criteria for a Report.
Author:
Ullrich Hafner
See Also:
  • Constructor Details

    • ExcludeModule

      @DataBoundConstructor public ExcludeModule(String pattern)
      Creates a new instance of ExcludeModule.
      Parameters:
      pattern - the regular expression of the filter
  • Method Details

    • apply

      public void apply(edu.hm.hafner.analysis.Report.IssueFilterBuilder builder)
      Description copied from class: RegexpFilter
      Applies the filter on the specified builder.
      Specified by:
      apply in class RegexpFilter
      Parameters:
      builder - the issue filter builder