org.apache.geronimo.gshell.branding
Class DefaultBranding

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

@Component(role=Branding.class,
           hint="default")
public class DefaultBranding
extends BrandingSupport

Provides the default branding for GShell.

Version:
$Rev: 575227 $ $Date: 2007-09-13 01:55:32 -0700 (Thu, 13 Sep 2007) $

Field Summary
 
Fields inherited from interface org.apache.geronimo.gshell.branding.Branding
HOME
 
Constructor Summary
DefaultBranding()
           
 
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

DefaultBranding

public DefaultBranding()
Method Detail

getName

public String getName()

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface Branding
Overrides:
getDisplayName in class BrandingSupport

getProgramName

public String getProgramName()
Specified by:
getProgramName in interface Branding
Overrides:
getProgramName in class BrandingSupport

getAbout

public String getAbout()

getVersion

public String getVersion()

getWelcomeBanner

public String getWelcomeBanner()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.