public static final class ExcludedPatternsChecker.IsExcluded extends Object
Modifier and Type | Method and Description |
---|---|
String |
getExcludedPattern() |
boolean |
isExcluded() |
static ExcludedPatternsChecker.IsExcluded |
no(Set<Pattern> excludedPatterns) |
String |
toString() |
static ExcludedPatternsChecker.IsExcluded |
yes(Pattern excludedPattern) |
public static ExcludedPatternsChecker.IsExcluded yes(Pattern excludedPattern)
public static ExcludedPatternsChecker.IsExcluded no(Set<Pattern> excludedPatterns)
public boolean isExcluded()
public String getExcludedPattern()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.