T
- The concrete optionpublic abstract static class DirectoryServerSetup.ImportDataMethod<T extends DirectoryServerSetup.ImportDataMethod<T>> extends Object
Modifier and Type | Method and Description |
---|---|
T |
addBaseDns(Dn... baseDns)
Adds provided base Dns to the base Dns to import list.
|
T |
addBaseDns(List<Dn> baseDns)
Adds provided base Dns to the base Dns to import list.
|
T |
addBaseDns(String... baseDns)
Adds provided base Dns to the base Dns to import list.
|
public final T addBaseDns(String... baseDns) throws com.forgerock.opendj.cli.ArgumentException
baseDns
- valid base Dnscom.forgerock.opendj.cli.ArgumentException
- If one of the provided base Dns has an invalid valuepublic final T addBaseDns(Dn... baseDns) throws com.forgerock.opendj.cli.ArgumentException
baseDns
- valid base Dnscom.forgerock.opendj.cli.ArgumentException
- If one of the provided base Dns has an invalid valuepublic final T addBaseDns(List<Dn> baseDns) throws com.forgerock.opendj.cli.ArgumentException
baseDns
- valid base Dnscom.forgerock.opendj.cli.ArgumentException
- If one of the provided base Dns has an invalid valueCopyright 2010-2018 ForgeRock AS.