Class FilterParametersDefinition


  • public class FilterParametersDefinition
    extends Object
    Represents a set of regular expression based filter patterns for including and excluding content of some type.
    • Constructor Detail

      • FilterParametersDefinition

        public FilterParametersDefinition()
    • Method Detail

      • getInclude

        public List<String> getInclude()
        Returns a live copy of the list of patterns to include. The list of excludes takes precedence over the include patterns.
        Returns:
        the list of patterns to include
      • getExclude

        public List<String> getExclude()
        Returns a live copy of the list of patterns to exclude. This list takes precedence over the include patterns.
        Returns:
        the list of patterns to exclude