Uses of Interface
org.nuxeo.ecm.platform.importer.random.DictionaryHolder
-
Packages that use DictionaryHolder Package Description org.nuxeo.ecm.platform.importer.random org.nuxeo.ecm.platform.importer.source -
-
Uses of DictionaryHolder in org.nuxeo.ecm.platform.importer.random
Classes in org.nuxeo.ecm.platform.importer.random that implement DictionaryHolder Modifier and Type Class Description class
HunspellDictionaryHolder
Fields in org.nuxeo.ecm.platform.importer.random declared as DictionaryHolder Modifier and Type Field Description protected DictionaryHolder
RandomTextGenerator. dictionaryHolder
Constructors in org.nuxeo.ecm.platform.importer.random with parameters of type DictionaryHolder Constructor Description RandomTextGenerator(DictionaryHolder dictionary)
-
Uses of DictionaryHolder in org.nuxeo.ecm.platform.importer.source
Methods in org.nuxeo.ecm.platform.importer.source with parameters of type DictionaryHolder Modifier and Type Method Description static RandomTextSourceNode
RandomTextSourceNode. init(int maxSize, Integer blobSizeInKB, boolean onlyText, DictionaryHolder dictionaryHolder, boolean nonUniform, boolean withProperties)
-