Class FilterParametersDefinition

java.lang.Object
org.apache.camel.core.xml.util.jsse.FilterParametersDefinition

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

  • Constructor Details

    • FilterParametersDefinition

      public FilterParametersDefinition()
  • Method Details

    • 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