Package 

Class FiltersExtension

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit includePattern(String pattern) Add a pattern to the list of <em>included</em> patterns
      final Unit includePatterns(String patterns) Add patterns to the list of <em>included</em> patterns
      final Unit excludePattern(String pattern) Add a pattern to the list of <em>excluded</em> patterns
      final Unit excludePatterns(String patterns) Add patterns to the list of <em>excluded</em> patterns
      final Unit includeTags(String tags) Add tags to the list of <em>included</em> tags
      final Unit excludeTags(String tags) Add tags to the list of <em>excluded</em> tags
      final Unit includeEngines(String engines) Add engines to the list of <em>included</em> engines
      final Unit excludeEngines(String engines) Add engines to the list of <em>excluded</em> engines
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait