| Package | Description |
|---|---|
| org.neo4j.commandline.admin |
| Modifier and Type | Method and Description |
|---|---|
static CommandLocator |
CommandLocator.fromServiceLocator()
Get a command locator that uses the
service locator mechanism to find providers by their service
key. |
static CommandLocator |
CommandLocator.withAdditionalCommand(Supplier<AdminCommand.Provider> command,
CommandLocator commands)
Augment the given command locator such that it also considers the command provider given through the supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandLocator |
CommandLocator.withAdditionalCommand(Supplier<AdminCommand.Provider> command,
CommandLocator commands)
Augment the given command locator such that it also considers the command provider given through the supplier.
|
| Constructor and Description |
|---|
AdminTool(CommandLocator commandLocator,
BlockerLocator blockerLocator,
OutsideWorld outsideWorld,
boolean debug) |
Usage(String scriptName,
CommandLocator commands) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.