| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2015 ForgeRock AS |
| | | * Portions Copyright 2011-2015 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.tools; |
| | | |
| | |
| | | LocalizableMessage toolDescription = INFO_STOPDS_TOOL_DESCRIPTION.get(); |
| | | ArgumentParser argParser = new ArgumentParser(CLASS_NAME, |
| | | toolDescription, false); |
| | | argParser.setShortToolDescription(REF_SHORT_DESC_STOP_DS.get()); |
| | | |
| | | argParser.setVersionHandler(new DirectoryServerVersionHandler()); |
| | | BooleanArgument checkStoppability; |
| | | BooleanArgument quietMode; |