Class ScopeExclude
-
- All Implemented Interfaces:
public final class ScopeExcludeDefines a scope that should be excluded.
-
-
Constructor Summary
Constructors Constructor Description ScopeExclude(String pattern, ScopeExcludeReason reason, String comment)
-
Method Summary
Modifier and Type Method Description final StringgetPattern()A regular expression to match the names of scopes to exclude. final ScopeExcludeReasongetReason()The reason why the scope is excluded, out of a predefined choice. final StringgetComment()A comment to further explain why the reason is applicable here. final Booleanmatches(String scopeName)True if ScopeExclude.pattern matches scopeName. -
-
Constructor Detail
-
ScopeExclude
ScopeExclude(String pattern, ScopeExcludeReason reason, String comment)
-
-
Method Detail
-
getPattern
final String getPattern()
A regular expression to match the names of scopes to exclude.
-
getReason
final ScopeExcludeReason getReason()
The reason why the scope is excluded, out of a predefined choice.
-
getComment
final String getComment()
A comment to further explain why the reason is applicable here.
-
matches
final Boolean matches(String scopeName)
True if ScopeExclude.pattern matches scopeName.
-
-
-
-