Package | Description |
---|---|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and Description |
---|---|
static ExistingFileBehavior |
ExistingFileBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExistingFileBehavior[] |
ExistingFileBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LDIFImportConfig.writeRejectedEntries(String rejectFile,
ExistingFileBehavior existingFileBehavior)
Indicates that rejected entries should be written to the specified file.
|
void |
LDIFImportConfig.writeSkippedEntries(String skipFile,
ExistingFileBehavior existingFileBehavior)
Indicates that skipped entries should be written to the specified file.
|
Constructor and Description |
---|
LDIFExportConfig(String ldifFile,
ExistingFileBehavior existingFileBehavior)
Creates a new LDIF export configuration that will write to the specified LDIF file.
|
Copyright 2010-2020 ForgeRock AS.