| Interface | Description |
|---|---|
| AdminCommand |
To create a command for
neo4j-admin:
implement AdminCommand
create a concrete subclass of AdminCommand.Provider which instantiates the command
register the Provider in META-INF/services as described
here
|
| CommandLocator |
The CommandLocator locates named commands for the AdminTool, or supplies the set of available commands for printing
help output.
|
| Output | |
| Result |
The result of an admin command execution, with a delayed program termination action.
|
| Class | Description |
|---|---|
| AdminCommand.Provider | |
| AdminTool | |
| HelpCommand | |
| HelpCommand.Provider | |
| Usage | |
| Usage.CommandUsage |
| Exception | Description |
|---|---|
| CommandFailed | |
| IncorrectUsage |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.