Uses of Class
me.gosimple.nbvcxz.resources.Configuration
| Package | Description |
|---|---|
| me.gosimple.nbvcxz | |
| me.gosimple.nbvcxz.matching | |
| me.gosimple.nbvcxz.matching.match | |
| me.gosimple.nbvcxz.resources | |
| me.gosimple.nbvcxz.scoring |
-
Uses of Configuration in me.gosimple.nbvcxz
Methods in me.gosimple.nbvcxz that return Configuration Modifier and Type Method Description ConfigurationNbvcxz. getConfiguration()Gets the current configuration.Methods in me.gosimple.nbvcxz with parameters of type Configuration Modifier and Type Method Description voidNbvcxz. setConfiguration(Configuration configuration)Sets the configuration.Constructors in me.gosimple.nbvcxz with parameters of type Configuration Constructor Description Nbvcxz(Configuration configuration)Creates a new instance with a custom configuration. -
Uses of Configuration in me.gosimple.nbvcxz.matching
Methods in me.gosimple.nbvcxz.matching with parameters of type Configuration 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 Configuration in me.gosimple.nbvcxz.matching.match
Fields in me.gosimple.nbvcxz.matching.match declared as Configuration Modifier and Type Field Description protected ConfigurationBaseMatch. configurationConstructors in me.gosimple.nbvcxz.matching.match with parameters of type Configuration Constructor Description BaseMatch(java.lang.String match, Configuration configuration, int start_index, int end_index)Create a newBaseMatchBruteForceMatch(char match, Configuration configuration, int index)Create a newBruteForceMatchDateMatch(java.lang.String match, Configuration configuration, int day, int month, int year, java.lang.String separator, int start_index, int end_index)Create a newDateMatchDictionaryMatch(java.lang.String match, Configuration configuration, int start_index, int end_index, java.lang.String dictionary_value, int rank, java.util.List<java.lang.Character[]> leetSubstitution, boolean excluded, boolean reversed, java.lang.String dictionary_name, int distance)Create a newDictionaryMatchRepeatMatch(java.lang.String match, Configuration configuration, java.lang.String repeatingCharacters, int start_index, int end_index)Create a newRepeatMatchSeparatorMatch(java.lang.String match, Configuration configuration, int start_index, int end_index)Create a newSeparatorMatchSequenceMatch(java.lang.String match, Configuration configuration, int start_index, int end_index)Create a newSequenceMatchSpacialMatch(java.lang.String match, Configuration configuration, int start_index, int end_index, AdjacencyGraph adjacencyGraph, int turns, int shiftedNumber)Create a newSpacialMatchwhich is a sequence of characters following themselves on the keyboard/keypadYearMatch(java.lang.String match, Configuration configuration, int start_index, int end_index)Create a newYearMatch -
Uses of Configuration in me.gosimple.nbvcxz.resources
Methods in me.gosimple.nbvcxz.resources that return Configuration Modifier and Type Method Description ConfigurationConfigurationBuilder. createConfiguration()Creates theConfigurationobject using all values set in this builder, or default values if unset.Constructors in me.gosimple.nbvcxz.resources with parameters of type Configuration Constructor Description Feedback(Configuration configuration, java.lang.String result)Feedback(Configuration configuration, java.lang.String result, java.lang.String warning, java.lang.String... suggestions) -
Uses of Configuration in me.gosimple.nbvcxz.scoring
Methods in me.gosimple.nbvcxz.scoring that return Configuration Modifier and Type Method Description ConfigurationResult. getConfiguration()Returns the configuration used to generate this result.Constructors in me.gosimple.nbvcxz.scoring with parameters of type Configuration Constructor Description Result(Configuration configuration, java.lang.String password, java.util.List<Match> matches)