|
Class Summary |
| AttributeList |
This class defines an attribute list that holds attribute names and values,
as well as the separators between them in LDIF output (can be either ": " or
":: " depending on whether the value is base64-encoded or not). |
| Branch |
This class defines a branch of the directory tree that should be included in
the resulting LDIF file and may or may not have subordinate entries. |
| Counter |
This class defines a numeric counter that can be used to retrieve sequential
values through subsequent calls to the getNext method. |
| CustomTag |
This class defines the framework that should be used to develop custom tags
for use with MakeLDIF. |
| MakeLDIF |
This program allows for the creation of LDIF files in an automated but
customizable manner. |
| SumCustomTag |
This class provides a very simple implementation of a custom tag that
calculates the sum of all the arguments provided to it. |
| Template |
This class defines a template that contains the information used to create
entries in the LDIF file. |
| UniqueSortedList |
This class maintains up to four lists of string values (one each for the
equality, subInitial, subAny, and subFinal values). |
| ValueList |
This class defines a list of explicit values that an attribute may have. |