org.apache.geronimo.commands
Class GeronimoBranding

java.lang.Object
  extended by org.apache.geronimo.gshell.branding.BrandingSupport
      extended by org.apache.geronimo.commands.GeronimoBranding
All Implemented Interfaces:
org.apache.geronimo.gshell.branding.Branding

@Component(role=org.apache.geronimo.gshell.branding.Branding.class,
           hint="geronimo")
public class GeronimoBranding
extends org.apache.geronimo.gshell.branding.BrandingSupport

Provides the branding for Geronimo usage of GShell.


Field Summary
 
Fields inherited from interface org.apache.geronimo.gshell.branding.Branding
HOME
 
Constructor Summary
GeronimoBranding()
           
 
Method Summary
 String getAbout()
           
 String getDisplayName()
           
 String getName()
           
 String getProgramName()
           
 String getVersion()
           
 String getWelcomeBanner()
           
 
Methods inherited from class org.apache.geronimo.gshell.branding.BrandingSupport
getHistoryFileName, getInteractiveScriptName, getProfileScriptName, getProperty, getProperty, getPropertyName, getSharedDirectory, getUserDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoBranding

public GeronimoBranding()
Method Detail

getName

public String getName()

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface org.apache.geronimo.gshell.branding.Branding
Overrides:
getDisplayName in class org.apache.geronimo.gshell.branding.BrandingSupport

getProgramName

public String getProgramName()
Specified by:
getProgramName in interface org.apache.geronimo.gshell.branding.Branding
Overrides:
getProgramName in class org.apache.geronimo.gshell.branding.BrandingSupport

getAbout

public String getAbout()

getVersion

public String getVersion()

getWelcomeBanner

public String getWelcomeBanner()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.