|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
EntryWriter | This interface defines a method that may be used to write entries generated through the MakeLDIF utility. |
Class Summary | |
---|---|
AttributeValueTag | This class defines a tag that is used to reference the value of a specified attribute already defined in the entry. |
Branch | This class defines a branch that should be included in the resulting LDIF. |
DNTag | This class defines a tag that is used to include the DN of the current entry in the attribute value. |
FileTag | This class defines a tag that is used provide values from a text file. |
FirstNameTag | This class defines a tag that is used to include a first name in the attribute value. |
GUIDTag | This class defines a tag that is used to include a GUID in the attribute value. |
IfAbsentTag | This class defines a tag that is used to base presence of one attribute on the absence of another attribute and/or attribute value. |
IfPresentTag | This class defines a tag that is used to base presence of one attribute on the presence of another attribute and/or attribute value. |
LastNameTag | This class defines a tag that is used to include a last name in the attribute value. |
ListTag | This class defines a tag that may be used to select a value from a pre-defined list, optionally defining weights for each value that can impact the likelihood of a given item being selected. |
MakeLDIF | This class defines a program that can be used to generate LDIF content based on a template. |
MakeLDIFInputStream | This class creates an input stream that can be used to read entries generated by MakeLDIF as if they were being read from another source like a file. |
ParentDNTag | This class defines a tag that is used to include the DN of the parent entry in the attribute value. |
PresenceTag | This class defines a tag that is used to indicate that a value should only be included in a percentage of the entries. |
RandomTag | This class defines a tag that may be used to generate random values. |
RDNTag | This class defines a tag that is used to include the RDN of the current entry in the attribute value. |
SequentialTag | This class defines a tag that is used to include a sequentially-incrementing integer in the generated values. |
StaticTextTag | This class defines a tag that is used to hold static text (i.e., text that appears outside of any tag). |
Tag | This class defines a tag that may be used in a template line. |
TagResult | This class defines a data structure that provides information about the result of tag processing. |
Template | This class defines a template, which is a pattern that may be used to generate entries. |
TemplateEntry | This class defines an entry that is generated using a MakeLDIF branch or template. |
TemplateFile | This class defines a template file, which is a collection of constant definitions, branches, and templates. |
TemplateLine | This class defines a line that may appear in a template or branch. |
TemplateValue | This class defines a value generated from a template line. |
UnderscoreDNTag | This class defines a tag that is used to include the DN of the current entry in the attribute value, with underscores in place of the commas. |
UnderscoreParentDNTag | This class defines a tag that is used to include the DN of the parent entry in the attribute value, with underscores in place of commas. |
Exception Summary | |
---|---|
MakeLDIFException | This class defines an exception that can be thrown if a problem occurs during MakeLDIF processing. |
This package provides classes for a tool which may be used to generate LDIF content based on user-defined templates. Tags embedded in the template will be automatically replaced with other content, including randomly-generated data, sequentially-increasing values, values read from files, and other types of information. The template can also define the DIT structure for the data to generate, as well as the number of entries of each type.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |