Searched refs:withMinimalMatch (Results 1 – 3 of 3) sorted by relevance
55 assertSame(df0, df0.withMinimalMatch(MatchStrength.WEAK_MATCH)); in testDetectorConfiguration()60 assertNotSame(df0, df0.withMinimalMatch(MatchStrength.SOLID_MATCH)); in testDetectorConfiguration()
90 public DataFormatDetector withMinimalMatch(MatchStrength minMatch) { in withMinimalMatch() method in DataFormatDetector
96 public DataFormatReaders withMinimalMatch(MatchStrength minMatch) { in withMinimalMatch() method in DataFormatReaders