Class ImportParameters
- java.lang.Object
-
- org.forgerock.opendj.server.embedded.ImportParameters
-
public final class ImportParameters extends Object
Parameters to import LDIF data to a directory server.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportParameters
backendId(String backendId)
Sets the backend id of the backend to import.static ImportParameters
importParams()
Creates the import parameters.ImportParameters
ldifFile(String ldifFile)
Sets the path to the LDIF file to be imported.
-
-
-
Method Detail
-
importParams
public static ImportParameters importParams()
Creates the import parameters.- Returns:
- parameters
-
backendId
public ImportParameters backendId(String backendId)
Sets the backend id of the backend to import.- Parameters:
backendId
- the backend id- Returns:
- this builder
-
ldifFile
public ImportParameters ldifFile(String ldifFile)
Sets the path to the LDIF file to be imported.- Parameters:
ldifFile
- The path to the LDIF file- Returns:
- this builder
-
-