Package | Description |
---|---|
org.sonatype.gshell.command.resolver |
Command resolver components.
|
org.sonatype.gshell.help |
Help page system.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.find(NodePath path) |
Node |
Node.find(String name) |
Node |
Node.get(String name) |
Node |
Node.getParent() |
Node |
CommandResolver.group() |
Node |
CommandResolverImpl.group() |
Node |
CommandResolver.resolve(NodePath path) |
Node |
CommandResolverImpl.resolve(NodePath path) |
Node |
CommandResolver.resolve(String name) |
Node |
CommandResolverImpl.resolve(String name) |
Node |
CommandResolver.root() |
Node |
Node.root() |
Node |
CommandResolverImpl.root() |
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
Node.children() |
Collection<Node> |
Node.children(String name) |
List<Node> |
CommandResolver.searchPath() |
List<Node> |
CommandResolverImpl.searchPath() |
Modifier and Type | Method and Description |
---|---|
protected int |
NodePathCompleter.buildCandidates(List<CharSequence> candidates,
Collection<Node> matches,
String prefix) |
Constructor and Description |
---|
Node(String name,
CommandAction action,
Node parent) |
Modifier and Type | Method and Description |
---|---|
static HelpPage |
HelpPageUtil.pageFor(Node node,
HelpContentLoader loader) |
static Collection<HelpPage> |
HelpPageUtil.pagesFor(Node node,
HelpContentLoader loader) |
Constructor and Description |
---|
CommandHelpPage(Node node,
HelpContentLoader loader) |
GroupHelpPage(Node node,
HelpContentLoader loader) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.