| Package | Description |
|---|---|
| org.neo4j.commandline.admin |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpCommandProvider |
| 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 |
|---|---|
void |
Usage.printUsageForCommand(AdminCommand.Provider command,
Consumer<String> output) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminCommandSection.printAllCommandsUnderSection(Consumer<String> output,
List<AdminCommand.Provider> providers) |
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.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.