Uses of Interface
me.gosimple.nbvcxz.matching.match.Match
| Package | Description |
|---|---|
| me.gosimple.nbvcxz.matching | |
| me.gosimple.nbvcxz.matching.match | |
| me.gosimple.nbvcxz.resources | |
| me.gosimple.nbvcxz.scoring |
-
Uses of Match in me.gosimple.nbvcxz.matching
Methods in me.gosimple.nbvcxz.matching that return types with arguments of type Match Modifier and Type Method Description java.util.List<Match>DateMatcher. match(Configuration configuration, java.lang.String password)java.util.List<Match>DictionaryMatcher. match(Configuration configuration, java.lang.String password)java.util.List<Match>PasswordMatcher. match(Configuration configuration, java.lang.String password)Creates aListofMatchfrom the password.java.util.List<Match>RepeatMatcher. match(Configuration configuration, java.lang.String password)java.util.List<Match>SeparatorMatcher. match(Configuration configuration, java.lang.String password)java.util.List<Match>SequenceMatcher. match(Configuration configuration, java.lang.String password)java.util.List<Match>SpacialMatcher. match(Configuration configuration, java.lang.String password)java.util.List<Match>YearMatcher. match(Configuration configuration, java.lang.String password) -
Uses of Match in me.gosimple.nbvcxz.matching.match
Classes in me.gosimple.nbvcxz.matching.match that implement Match Modifier and Type Class Description classBaseMatchAbstract class which takes care of a lot of the boiler plate for implementingMatch.classBruteForceMatchclassDateMatchclassDictionaryMatchclassRepeatMatchclassSeparatorMatchclassSequenceMatchclassSpacialMatchclassYearMatch -
Uses of Match in me.gosimple.nbvcxz.resources
Methods in me.gosimple.nbvcxz.resources that return types with arguments of type Match Modifier and Type Method Description java.util.List<Match>BestMatches. getBestMatches()Method parameters in me.gosimple.nbvcxz.resources with type arguments of type Match Modifier and Type Method Description voidBestMatches. setBestMatches(java.util.List<Match> best_matches) -
Uses of Match in me.gosimple.nbvcxz.scoring
Methods in me.gosimple.nbvcxz.scoring that return types with arguments of type Match Modifier and Type Method Description java.util.List<Match>Result. getMatches()The matches that comprise this result.Constructor parameters in me.gosimple.nbvcxz.scoring with type arguments of type Match Constructor Description Result(Configuration configuration, java.lang.String password, java.util.List<Match> matches)