|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.tools.tasks.TaskTool
org.opends.server.tools.ExportLDIF
public class ExportLDIF
This program provides a utility that may be used to export the contents of a Directory Server backend to an LDIF file. Depending on the arguments given, this program will either perform the export directly as a process that runs separate from Directory Server; or by scheduling a task to perform the action within the Directory Server via the tasks interface.
| Field Summary |
|---|
| Fields inherited from class org.opends.server.tools.tasks.TaskTool |
|---|
NOW |
| Constructor Summary | |
|---|---|
ExportLDIF()
|
|
| Method Summary | |
|---|---|
void |
addTaskAttributes(java.util.List<RawAttribute> attributes)
Adds utility specific attributes to attributes for
population of the entry that is added to the task backend. |
java.lang.Class |
getTaskClass()
Gets the Class that implements the utility to execute. |
java.lang.String |
getTaskObjectclass()
Gets the objectclass used to represent scheduled instances of this utility in the task backend. |
static void |
main(java.lang.String[] args)
The main method for ExportLDIF tool. |
static int |
mainExportLDIF(java.lang.String[] args)
Processes the command-line arguments and invokes the export process. |
static int |
mainExportLDIF(java.lang.String[] args,
boolean initializeServer,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
Processes the command-line arguments and invokes the export process. |
protected int |
processLocal(boolean initializeServer,
java.io.PrintStream out,
java.io.PrintStream err)
Called when this utility should perform its actions locally in this JVM. |
| Methods inherited from class org.opends.server.tools.tasks.TaskTool |
|---|
createArgParser, getDependencyIds, getFailedDependencyAction, getNotifyUponCompletionEmailAddresses, getNotifyUponErrorEmailAddresses, getStartDateTime, process, validateTaskArgs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExportLDIF()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - The command-line arguments provided to this program.public static int mainExportLDIF(java.lang.String[] args)
args - The command-line arguments provided to this program.
public static int mainExportLDIF(java.lang.String[] args,
boolean initializeServer,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
args - The command-line arguments provided to this
program.initializeServer - Indicates whether to initialize the server.outStream - The output stream to use for standard output, or
null if standard output is not needed.errStream - The output stream to use for standard error, or
null if standard error is not needed.
public void addTaskAttributes(java.util.List<RawAttribute> attributes)
attributes for
population of the entry that is added to the task backend.
attributes - that will be added to the task backendpublic java.lang.String getTaskObjectclass()
public java.lang.Class getTaskClass()
protected int processLocal(boolean initializeServer,
java.io.PrintStream out,
java.io.PrintStream err)
processLocal in class TaskToolinitializeServer - indicates whether or not to initialize the
directory server in the case of a local actionout - stream to write messages; may be nullerr - stream to write messages; may be null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||