| Modifier and Type | Class and Description |
|---|---|
static class |
HelpCommand.Provider |
| Modifier and Type | Method and Description |
|---|---|
AdminCommand.Provider |
CommandLocator.findProvider(String name)
Find a command provider that matches the given key or name, or throws
NoSuchElementException if no
matching provider was found. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AdminCommand.Provider> |
CommandLocator.getAllProviders()
Get an iterable of all of the command providers that are available through this command locator instance.
|
| 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 |
|---|
CommandUsage(AdminCommand.Provider command,
Output out,
String scriptName) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.