Uses of Class
org.opends.server.types.ExistingFileBehavior
-
Packages that use ExistingFileBehavior Package Description org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of ExistingFileBehavior in org.opends.server.types
Methods in org.opends.server.types that return ExistingFileBehavior Modifier and Type Method 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.Methods in org.opends.server.types with parameters of type ExistingFileBehavior Modifier and Type Method 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.Constructors in org.opends.server.types with parameters of type ExistingFileBehavior Constructor Description LDIFExportConfig(String ldifFile, ExistingFileBehavior existingFileBehavior)
Creates a new LDIF export configuration that will write to the specified LDIF file.
-