Uses of Interface
org.sonatype.gshell.alias.AliasRegistry

Packages that use AliasRegistry
org.sonatype.gshell.alias Alias support. 
org.sonatype.gshell.commands.standard Standard commands. 
org.sonatype.gshell.execute Command execution. 
org.sonatype.gshell.help Help page system. 
 

Uses of AliasRegistry in org.sonatype.gshell.alias
 

Classes in org.sonatype.gshell.alias that implement AliasRegistry
 class AliasRegistryImpl
          AliasRegistry component.
 

Constructors in org.sonatype.gshell.alias with parameters of type AliasRegistry
AliasNameCompleter(EventManager events, AliasRegistry aliases)
           
 

Uses of AliasRegistry in org.sonatype.gshell.commands.standard
 

Constructors in org.sonatype.gshell.commands.standard with parameters of type AliasRegistry
AliasCommand(AliasRegistry aliasRegistry)
           
UnaliasCommand(AliasRegistry aliasRegistry)
           
 

Uses of AliasRegistry in org.sonatype.gshell.execute
 

Constructors in org.sonatype.gshell.execute with parameters of type AliasRegistry
CommandExecutorImpl(AliasRegistry aliases, CommandResolver resolver, CommandLineParser parser)
           
 

Uses of AliasRegistry in org.sonatype.gshell.help
 

Constructors in org.sonatype.gshell.help with parameters of type AliasRegistry
HelpPageManagerImpl(EventManager events, AliasRegistry aliases, CommandResolver resolver, HelpContentLoader loader)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.