Uses of Class
me.gosimple.nbvcxz.resources.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in me.gosimple.nbvcxz
Methods in me.gosimple.nbvcxz that return ConfigurationMethods in me.gosimple.nbvcxz with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidNbvcxz.setConfiguration(Configuration configuration) Sets the configuration.Constructors in me.gosimple.nbvcxz with parameters of type ConfigurationModifierConstructorDescriptionNbvcxz(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 ConfigurationModifier and TypeMethodDescriptionDateMatcher.match(Configuration configuration, String password) DictionaryMatcher.match(Configuration configuration, String password) PasswordMatcher.match(Configuration configuration, String password) Creates aListofMatchfrom the password.RepeatMatcher.match(Configuration configuration, String password) SeparatorMatcher.match(Configuration configuration, String password) SequenceMatcher.match(Configuration configuration, String password) SpacialMatcher.match(Configuration configuration, String password) YearMatcher.match(Configuration configuration, String password) -
Uses of Configuration in me.gosimple.nbvcxz.matching.match
Fields in me.gosimple.nbvcxz.matching.match declared as ConfigurationConstructors in me.gosimple.nbvcxz.matching.match with parameters of type ConfigurationModifierConstructorDescriptionBaseMatch(String match, Configuration configuration, int start_index, int end_index) Create a newBaseMatchBruteForceMatch(char match, Configuration configuration, int index) Create a newBruteForceMatchDateMatch(String match, Configuration configuration, int day, int month, int year, String separator, int start_index, int end_index) Create a newDateMatchDictionaryMatch(String match, Configuration configuration, int start_index, int end_index, String dictionary_value, int rank, List<Character[]> leetSubstitution, boolean excluded, boolean reversed, String dictionary_name, int distance) Create a newDictionaryMatchRepeatMatch(String match, Configuration configuration, String repeatingCharacters, int start_index, int end_index) Create a newRepeatMatchSeparatorMatch(String match, Configuration configuration, int start_index, int end_index) Create a newSeparatorMatchSequenceMatch(String match, Configuration configuration, int start_index, int end_index) Create a newSequenceMatchSpacialMatch(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(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 ConfigurationModifier and TypeMethodDescriptionConfigurationBuilder.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 ConfigurationModifierConstructorDescriptionFeedback(Configuration configuration, String result) Feedback(Configuration configuration, String result, String warning, String... suggestions) -
Uses of Configuration in me.gosimple.nbvcxz.scoring
Methods in me.gosimple.nbvcxz.scoring that return ConfigurationModifier and TypeMethodDescriptionResult.getConfiguration()Returns the configuration used to generate this result.Constructors in me.gosimple.nbvcxz.scoring with parameters of type Configuration