public class WordlistsProcessor extends Object
WordlistsProcessor can process a list of words. For an example see the unit
test.| Constructor and Description |
|---|
WordlistsProcessor(List<String> words)
Instantiates a new
WordlistsProcessor object. |
WordlistsProcessor(List<String> words,
String toCheckAgainst)
Instantiates a new wordlists processor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentAttempt()
Gets the current attempt.
|
boolean |
increment()
Increments the word list current index.
|
boolean |
process()
Processes the word list.
|
public WordlistsProcessor(List<String> words)
WordlistsProcessor object.words - the word listpublic String getCurrentAttempt()
public boolean increment()
public boolean process()
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.