-
- All Implemented Interfaces:
public abstract class FiltersExtension
-
-
Constructor Summary
Constructors Constructor Description FiltersExtension()
-
Method Summary
Modifier and Type Method Description final UnitincludePattern(String pattern)Add a pattern to the list of <em>included</em> patterns final UnitincludePatterns(String patterns)Add patterns to the list of <em>included</em> patterns final UnitexcludePattern(String pattern)Add a pattern to the list of <em>excluded</em> patterns final UnitexcludePatterns(String patterns)Add patterns to the list of <em>excluded</em> patterns final UnitincludeTags(String tags)Add tags to the list of <em>included</em> tags final UnitexcludeTags(String tags)Add tags to the list of <em>excluded</em> tags final UnitincludeEngines(String engines)Add engines to the list of <em>included</em> engines final UnitexcludeEngines(String engines)Add engines to the list of <em>excluded</em> engines -
-
Method Detail
-
includePattern
final Unit includePattern(String pattern)
Add a pattern to the list of <em>included</em> patterns
-
includePatterns
final Unit includePatterns(String patterns)
Add patterns to the list of <em>included</em> patterns
-
excludePattern
final Unit excludePattern(String pattern)
Add a pattern to the list of <em>excluded</em> patterns
-
excludePatterns
final Unit excludePatterns(String patterns)
Add patterns to the list of <em>excluded</em> patterns
-
includeTags
final Unit includeTags(String tags)
Add tags to the list of <em>included</em> tags
-
excludeTags
final Unit excludeTags(String tags)
Add tags to the list of <em>excluded</em> tags
-
includeEngines
final Unit includeEngines(String engines)
Add engines to the list of <em>included</em> engines
-
excludeEngines
final Unit excludeEngines(String engines)
Add engines to the list of <em>excluded</em> engines
-
-
-
-