Class IncludeModule

All Implemented Interfaces:
Describable<RegexpFilter>, Serializable

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

    • IncludeModule

      @DataBoundConstructor public IncludeModule(String pattern)
      Creates a new instance of IncludeModule.
      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