Uses of Interface
org.opends.server.tools.TaskCommand
-
Packages that use TaskCommand Package Description org.opends.server.tools Contains various Directory Server tool implementations.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend. -
-
Uses of TaskCommand in org.opends.server.tools
Classes in org.opends.server.tools that implement TaskCommand Modifier and Type Class Description class
ExportLdif
This program provides a utility that may be used to export the contents of a Directory Server backend to an LDIF file.class
ImportLdif
This program provides a utility that may be used to import the contents of an LDIF file into a Directory Server backend.class
RebuildIndex
This program provides a utility to rebuild the contents of the indexes of a Directory Server backend. -
Uses of TaskCommand in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks with parameters of type TaskCommand Modifier and Type Method Description com.forgerock.opendj.cli.ReturnCode
TaskToolHelper. process(TaskCommand taskCommand)
Process locally or run a task depending on whether the offline argument was provided.
-