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