| | |
| | | |
| | | 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. |
| | | */ |
| | | public static final int MAX_LINE_WIDTH = 79; |
| | | |
| | | |
| | | |
| | | /** |
| | | * Processes the command-line arguments and initiates the process of waiting |
| | | * for the file to be removed. |
| | | * |
| | |
| | | StringArgument logFilePath = null; |
| | | StringArgument targetFilePath = null; |
| | | |
| | | ArgumentParser argParser = new ArgumentParser(CLASS_NAME, false); |
| | | String toolDescription = getMessage(MSGID_WAIT4DEL_TOOL_DESCRIPTION); |
| | | ArgumentParser argParser = new ArgumentParser(CLASS_NAME, toolDescription, |
| | | false); |
| | | |
| | | try |
| | | { |