| | |
| | | |
| | | import static org.opends.server.messages.MessageHandler.*; |
| | | import static org.opends.server.messages.ToolMessages.*; |
| | | import static org.opends.server.util.ServerConstants.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * The position at which to wrap long lines of console output. |
| | | */ |
| | | public static final int MAX_LINE_WIDTH = 79; |
| | | |
| | | |
| | | |
| | | // The LDIF writer that will be used to write the entries. |
| | | private LDIFWriter ldifWriter; |
| | | |
| | |
| | | public int makeLDIFMain(String[] args) |
| | | { |
| | | // Create and initialize the argument parser for this program. |
| | | ArgumentParser argParser = new ArgumentParser(CLASS_NAME, false); |
| | | String toolDescription = getMessage(MSGID_MAKELDIF_TOOL_DESCRIPTION); |
| | | ArgumentParser argParser = new ArgumentParser(CLASS_NAME, toolDescription, |
| | | false); |
| | | BooleanArgument showUsage; |
| | | IntegerArgument randomSeed; |
| | | StringArgument configClass; |