org.apache.geronimo.gshell.branding
Interface Branding
- All Known Implementing Classes:
- BrandingSupport, DefaultBranding, RemoteBrandingProxy
public interface Branding
Defines the basic elements for branding a GShell application.
- Version:
- $Rev: 574424 $ $Date: 2007-09-10 18:47:18 -0700 (Mon, 10 Sep 2007) $
HOME
static final String HOME
- See Also:
- Constant Field Values
getUserDirectory
File getUserDirectory()
getSharedDirectory
File getSharedDirectory()
getName
String getName()
getDisplayName
String getDisplayName()
getProgramName
String getProgramName()
getAbout
String getAbout()
getVersion
String getVersion()
getWelcomeBanner
String getWelcomeBanner()
getProfileScriptName
String getProfileScriptName()
getInteractiveScriptName
String getInteractiveScriptName()
getHistoryFileName
String getHistoryFileName()
getPropertyName
String getPropertyName(String name)
getProperty
String getProperty(String name)
getProperty
String getProperty(String name,
String defaultValue)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.