| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.plugins.profiler; |
| | | import org.opends.messages.Message; |
| | |
| | | import org.opends.server.util.args.StringArgument; |
| | | |
| | | import static org.opends.messages.PluginMessages.*; |
| | | import static org.opends.messages.ToolMessages.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | | |
| | |
| | | { |
| | | fileNames = |
| | | new StringArgument("filenames", 'f', "fileName", true, true, true, |
| | | "{file}", null, null, |
| | | INFO_FILE_PLACEHOLDER.get(), null, null, |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES.get()); |
| | | argParser.addArgument(fileNames); |
| | | |