| Class and 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
|
| AdminCommand.Provider |
| CommandFailed |
| CommandLocator
The CommandLocator locates named commands for the AdminTool, or supplies the set of available commands for printing
help output.
|
| IncorrectUsage |
| Output |
| Result
The result of an admin command execution, with a delayed program termination action.
|
| Usage |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.