Uses of Interface
org.sonatype.gshell.branding.Branding

Packages that use Branding
org.sonatype.gshell GShell API. 
org.sonatype.gshell.branding   
org.sonatype.gshell.maven   
org.sonatype.gshell.shell   
 

Uses of Branding in org.sonatype.gshell
 

Methods in org.sonatype.gshell that return Branding
protected abstract  Branding MainSupport.createBranding()
           
protected  Branding MainSupport.getBranding()
           
 

Uses of Branding in org.sonatype.gshell.branding
 

Classes in org.sonatype.gshell.branding that implement Branding
 class BrandingSupport
          Support for Branding implementations.
 

Uses of Branding in org.sonatype.gshell.maven
 

Classes in org.sonatype.gshell.maven that implement Branding
 class BrandingImpl
          Branding for Maven GShell plugin.
 

Methods in org.sonatype.gshell.maven that return Branding
protected  Branding ShellRunner.createBranding()
           
 

Uses of Branding in org.sonatype.gshell.shell
 

Methods in org.sonatype.gshell.shell that return Branding
 Branding ShellImpl.getBranding()
           
 Branding Shell.getBranding()
           
 

Constructors in org.sonatype.gshell.shell with parameters of type Branding
ShellImpl(EventManager events, CommandExecutor executor, Branding branding, IO io, Variables variables)
           
ShellPrompt(javax.inject.Provider<Variables> variables, Branding branding)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.