Microsoft SDK for Java

IncludeExcludeWildcards Class Methods

The IncludeExcludeWildcards Class contains the following methods:

combineSetRules combines two set rule objects.
compareSet compares this IncludeExcludeWildcards object against another IncludeExcludeWildCards object.
compareSetRules compares two objects retrieved from getRule.
exclude adds an expression matching the strings that should be excluded in the set.
getExcludeExpression retrieves the WildcardExpression object that specifies the strings that are excluded from the set.
getIncludeExpression retrieves the WildcardExpression object that specifies the strings that are included in the set.
getSetRule obtains an object representing the specified rule that can be used internally by SetComparer.
getStringForSetRule retrieves a String representation of a given set rule.
include adds an expression matching the strings that should be included in the set.
intersectSetRules determines the intersection of two set rule objects.
invalidate forces the next operation that requires the set to be valid to validate the set.
isEmptySetRule determines if the set rule is empty or not.
match determines if s is a member of the set.
toString retrieves a string representation of the IncludeExcludeWildcards object.
validate ensures that the set is in a valid state.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.