| 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
|
| AdminCommand.Blocker | |
| BlockerLocator | |
| CommandLocator |
The CommandLocator locates named commands for the AdminTool, or supplies the set of available commands for printing
help output.
|
| OutsideWorld |
| Class | Description |
|---|---|
| AdminCommand.Provider | |
| AdminCommandSection | |
| AdminTool | |
| HelpCommand | |
| HelpCommandProvider | |
| RealOutsideWorld | |
| Usage |
| Exception | Description |
|---|---|
| CommandFailed | |
| IncorrectUsage |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.