The WildcardFilter class specifies a wildcard as an inclusion or exclusion filter.
A WildcardFilter is a filter that applies a wildcard to a particular property. The wildcard matcher uses the question-mark (?) character to represent a single wildcard character and the asterisk (*) to represent multiple wildcard characters. Matching is case insensitive: this is not configurable (If case sensitivity is required, consider using a regular expression). In the example below, the filter applies to the Endeca.FileSystem.Name property.
To create a wildcard filter:
Note that the WildcardFilter class has a getWildcard() method to retrieve a wildcard value. In addition, the SourceConfig class has the getExcludeFilters() and getIncludeFilters() methods to retrieve the filters from the source configuration.