Klasse IncludeModule

Alle implementierten Schnittstellen:
Describable<RegexpFilter>, Serializable

public class IncludeModule extends RegexpFilter
Defines a filter criteria for a Report.
Autor:
Ullrich Hafner
Siehe auch:
  • Konstruktordetails

    • IncludeModule

      @DataBoundConstructor public IncludeModule(String pattern)
      Creates a new instance of IncludeModule.
      Parameter:
      pattern - the regular expression of the filter
  • Methodendetails

    • apply

      public void apply(edu.hm.hafner.analysis.Report.IssueFilterBuilder builder)
      Beschreibung aus Klasse kopiert: RegexpFilter
      Applies the filter on the specified builder.
      Angegeben von:
      apply in Klasse RegexpFilter
      Parameter:
      builder - the issue filter builder