|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.obfuscate.DictionaryNameFactory
public class DictionaryNameFactory
This NameFactory generates names that are read from a
specified input file.
Comments (everything starting with '#' on a single line) are ignored.
| Constructor Summary | |
|---|---|
DictionaryNameFactory(java.io.File file,
NameFactory nameFactory)
Creates a new DictionaryNameFactory. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
java.lang.String |
nextName()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DictionaryNameFactory(java.io.File file,
NameFactory nameFactory)
throws java.io.IOException
DictionaryNameFactory.
file - the file from which the names can be read.nameFactory - the name factory from which names will be retrieved
if the list of read names has been exhausted.
java.io.IOException| Method Detail |
|---|
public void reset()
reset in interface NameFactorypublic java.lang.String nextName()
nextName in interface NameFactorypublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||