public interface PatternRecognizer
Modifier and Type | Method and Description |
---|---|
boolean |
isPatternRecognized(String candidatePattern)
Checks if a pattern is recognized as a pattern.
|
boolean isPatternRecognized(String candidatePattern)
candidatePattern
- The pattern to check.true
if the pattern has been recognized.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.