org.sonatype.gshell.maven
Class BrandingImpl

java.lang.Object
  extended by org.sonatype.gshell.branding.BrandingSupport
      extended by org.sonatype.gshell.maven.BrandingImpl
All Implemented Interfaces:
Branding

public class BrandingImpl
extends BrandingSupport

Branding for Maven GShell plugin.

Since:
2.5
Author:
Jason Dillon

Constructor Summary
BrandingImpl()
           
 
Method Summary
 String getDisplayName()
           
 String getGoodbyeMessage()
           
 License getLicense()
           
 File getUserContextDir()
           
 String getWelcomeMessage()
           
 
Methods inherited from class org.sonatype.gshell.branding.BrandingSupport
customize, getHistoryFileName, getInteractiveScriptName, getMessages, getPreferencesBasePath, getProfileScriptName, getProgramName, getPrompt, getProperties, getScriptExtension, getShellContextDir, getShellHomeDir, getUserHomeDir, getVersion, line, resolveFile, resolveFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrandingImpl

public BrandingImpl()
Method Detail

getWelcomeMessage

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

getDisplayName

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

getGoodbyeMessage

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

getUserContextDir

public File getUserContextDir()
Specified by:
getUserContextDir in interface Branding
Overrides:
getUserContextDir in class BrandingSupport

getLicense

public License getLicense()
Specified by:
getLicense in interface Branding
Overrides:
getLicense in class BrandingSupport


Copyright © 2008-2011 Sonatype. All Rights Reserved.