Uses of Class
org.forgerock.opendj.ldif.EntryGenerator
-
Packages that use EntryGenerator Package Description org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of EntryGenerator in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return EntryGenerator Modifier and Type Method Description EntryGeneratorEntryGenerator. setConstant(String name, Object value)Sets a constant to use in template file.EntryGeneratorEntryGenerator. setGenerateBranches(boolean generateBranches)Sets the flag which indicates whether branch entries should be generated.EntryGeneratorEntryGenerator. setRandomSeed(int seed)Sets the random seed to use when generating entries.EntryGeneratorEntryGenerator. setResourcePath(String path)Sets the resource path, used to looks for resources files like first names, last names, or other custom resources.EntryGeneratorEntryGenerator. setResourcePath(Path path)Sets the resource path, used to looks for resources files like first names, last names, or other custom resources.EntryGeneratorEntryGenerator. setSchema(Schema schema)Sets the schema which should be when generating entries. -
Uses of EntryGenerator in org.opends.server.types
Constructors in org.opends.server.types with parameters of type EntryGenerator Constructor Description LDIFImportConfig(EntryGenerator entryGenerator)Creates a new LDIF import configuration that will read from the provided entry generator.
-