Uses of Enum Class
org.opends.server.types.ExistingFileBehavior
Packages that use ExistingFileBehavior
Package
Description
Contains implementations for a number of Directory Server data types.
-
Uses of ExistingFileBehavior in org.opends.server.types
Subclasses with type arguments of type ExistingFileBehavior in org.opends.server.typesModifier and TypeClassDescriptionenumThis enumeration defines the set of possible behaviors that should be taken when attempting to write to a file that already exists.Methods in org.opends.server.types that return ExistingFileBehaviorModifier and TypeMethodDescriptionstatic ExistingFileBehaviorReturns the enum constant of this class with the specified name.static ExistingFileBehavior[]ExistingFileBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opends.server.types with parameters of type ExistingFileBehaviorModifier and TypeMethodDescriptionvoidLdifImportConfig.writeRejectedEntries(Path rejectFile, ExistingFileBehavior existingFileBehavior) Indicates that rejected entries should be written to the specified file.voidLdifImportConfig.writeSkippedEntries(Path skipFile, ExistingFileBehavior existingFileBehavior) Indicates that skipped entries should be written to the specified file.Constructors in org.opends.server.types with parameters of type ExistingFileBehaviorModifierConstructorDescriptionLdifExportConfig(Path ldifFile, ExistingFileBehavior existingFileBehavior) Creates a new LDIF export configuration that will write to the specified LDIF file.