| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions copyright 2014-2015 ForgeRock AS |
| | | * Portions copyright 2014-2015 ForgeRock AS. |
| | | */ |
| | | package com.forgerock.opendj.cli; |
| | | |
| | |
| | | } |
| | | |
| | | /** |
| | | * A supplement to the description for this argument |
| | | * intended for use in generated reference documentation. |
| | | */ |
| | | private LocalizableMessage docDescriptionSupplement; |
| | | |
| | | /** |
| | | * Retrieves a supplement to the description for this argument |
| | | * intended for use in generated reference documentation. |
| | | * |
| | | * @return The supplement to the description for this argument |
| | | * for use in generated reference documentation, |
| | | * or LocalizableMessage.EMPTY if there is no supplement. |
| | | */ |
| | | public LocalizableMessage getDocDescriptionSupplement() { |
| | | return docDescriptionSupplement != null ? docDescriptionSupplement : LocalizableMessage.EMPTY; |
| | | } |
| | | |
| | | /** |
| | | * Sets a supplement to the description for this argument |
| | | * intended for use in generated reference documentation. |
| | | * |
| | | * @param docDescriptionSupplement The supplement to the description for this argument |
| | | * for use in generated reference documentation. |
| | | */ |
| | | public void setDocDescriptionSupplement(final LocalizableMessage docDescriptionSupplement) { |
| | | this.docDescriptionSupplement = docDescriptionSupplement; |
| | | } |
| | | |
| | | /** |
| | | * Retrieves the value of this argument as an integer. |
| | | * |
| | | * @return The value of this argument as an integer. |