This method of the IncludeExcludeWildcards Class adds an expression matching the strings that should be excluded in the set.
public synchronized void exclude(WildcardExpression expr);
expr | A WildcardExpression specifying strings that should be excluded. |