Package | Description |
---|---|
org.sonatype.gshell.alias |
Alias support.
|
org.sonatype.gshell.command.registry |
Command registry components.
|
org.sonatype.gshell.command.resolver |
Command resolver components.
|
org.sonatype.gshell.event |
Event management.
|
org.sonatype.gshell.guice |
Support for building shells with Google Guice.
|
org.sonatype.gshell.help |
Help page system.
|
org.sonatype.gshell.shell | |
org.sonatype.gshell.variables |
Constructor and Description |
---|
AliasNameCompleter(EventManager events,
AliasRegistry aliases) |
AliasRegistryImpl(EventManager events) |
Constructor and Description |
---|
CommandNameCompleter(EventManager events,
CommandRegistry commands) |
CommandRegistrarSupport(EventManager events) |
CommandRegistryImpl(EventManager events) |
Constructor and Description |
---|
CommandResolverImpl(javax.inject.Provider<Variables> variables,
EventManager events,
CommandRegistry commands) |
Modifier and Type | Class and Description |
---|---|
class |
EventManagerImpl
The default
EventManager components. |
Modifier and Type | Method and Description |
---|---|
void |
EventAware.setEventManager(EventManager manager) |
Constructor and Description |
---|
CommandRegistrarImpl(org.sonatype.guice.bean.locators.MutableBeanLocator container,
EventManager events,
CommandRegistry registry) |
Constructor and Description |
---|
HelpPageManagerImpl(EventManager events,
AliasRegistry aliases,
CommandResolver resolver,
HelpContentLoader loader) |
MetaHelpPageNameCompleter(EventManager events,
HelpPageManager helpPages) |
Constructor and Description |
---|
ShellImpl(EventManager events,
CommandExecutor executor,
Branding branding,
IO io,
Variables variables) |
Modifier and Type | Method and Description |
---|---|
void |
VariablesImpl.setEventManager(EventManager eventManager) |
Constructor and Description |
---|
VariableNameCompleter(EventManager events,
javax.inject.Provider<Variables> variables) |
Copyright © 2008-2013 Sonatype. All Rights Reserved.