| 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 locator,
Output out,
String extraHelp,
boolean debug) |
Usage(String scriptName,
Output out,
CommandLocator commands,
String extraHelp) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.