| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.tools; |
| | | |
| | |
| | | public static final String OPTION_LONG_CONFIG_CLASS = "configClass"; |
| | | |
| | | /** |
| | | * The value for the short option batchFilePath. |
| | | */ |
| | | public static final char OPTION_SHORT_BATCH_FILE_PATH = 'F'; |
| | | |
| | | /** |
| | | * The value for the long option batchFilePath . |
| | | */ |
| | | public static final String OPTION_LONG_BATCH_FILE_PATH = |
| | | "batchFilePath"; |
| | | |
| | | /** |
| | | * The value for the short option hostname. |
| | | */ |
| | | public static final char OPTION_SHORT_HOST = 'h'; |