Class ImportParameters
java.lang.Object
org.forgerock.opendj.server.embedded.ImportParameters
Parameters to import LDIF data to a directory server.
-
Method Summary
Modifier and TypeMethodDescriptionSets the backend id of the backend to import.static ImportParametersCreates the import parameters.Sets the path to the LDIF file to be imported.
-
Method Details
-
importParams
Creates the import parameters.- Returns:
- parameters
-
backendId
Sets the backend id of the backend to import.- Parameters:
backendId- the backend id- Returns:
- this builder
-
ldifFile
Sets the path to the LDIF file to be imported.- Parameters:
ldifFile- The path to the LDIF file- Returns:
- this builder
-