| | |
| | | * |
| | | * |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2014 ForgeRock AS |
| | | */ |
| | | |
| | | package com.forgerock.opendj.ldap.tools; |
| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | import com.forgerock.opendj.cli.ArgumentException; |
| | | import com.forgerock.opendj.util.StaticUtils; |
| | | |
| | | import org.forgerock.util.Reject; |
| | | |
| | | /** |
| | |
| | | * Data sources that will generate arguments referenced by the |
| | | * format specifiers in the format string. |
| | | * @param data |
| | | * The array where genereated data will be placed to format the |
| | | * The array where generated data will be placed to format the |
| | | * string. |
| | | * @return A formatted string |
| | | */ |