Microsoft SDK for Java

IncludeExcludeWildcards Class Constructors

The IncludeExcludeWildcards Class contains the following constructor:

IncludeExcludeWildcards(WildcardExpression include, WildcardExpression exclude)

Constructs a new IncludeExcludeWildcards object given a WildcardExpression matching the included strings and a WildcardExpression matching the excluded strings.

Syntax

public IncludeExcludeWildcards(WildcardExpression include, WildcardExpression exclude);

Parameters

include The expression strings that are included in the set.
exclude The expression strings that are excluded from the set.

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