org.apache.geronimo.gshell.remote.client.proxy
Class RemoteBrandingProxy

java.lang.Object
  extended by org.apache.geronimo.gshell.remote.client.proxy.RemoteBrandingProxy
All Implemented Interfaces:
Branding

public class RemoteBrandingProxy
extends Object
implements Branding

???

Version:
$Rev: 580765 $ $Date: 2007-09-30 11:52:39 -0700 (Sun, 30 Sep 2007) $

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

Constructor Detail

RemoteBrandingProxy

public RemoteBrandingProxy(RshClient client)
Method Detail

getUserDirectory

public File getUserDirectory()
Specified by:
getUserDirectory in interface Branding

getSharedDirectory

public File getSharedDirectory()
Specified by:
getSharedDirectory in interface Branding

getName

public String getName()
Specified by:
getName in interface Branding

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface Branding

getProgramName

public String getProgramName()
Specified by:
getProgramName in interface Branding

getAbout

public String getAbout()
Specified by:
getAbout in interface Branding

getVersion

public String getVersion()
Specified by:
getVersion in interface Branding

getWelcomeBanner

public String getWelcomeBanner()
Specified by:
getWelcomeBanner in interface Branding

getProfileScriptName

public String getProfileScriptName()
Specified by:
getProfileScriptName in interface Branding

getInteractiveScriptName

public String getInteractiveScriptName()
Specified by:
getInteractiveScriptName in interface Branding

getHistoryFileName

public String getHistoryFileName()
Specified by:
getHistoryFileName in interface Branding

getPropertyName

public String getPropertyName(String name)
Specified by:
getPropertyName in interface Branding

getProperty

public String getProperty(String name)
Specified by:
getProperty in interface Branding

getProperty

public String getProperty(String name,
                          String defaultValue)
Specified by:
getProperty in interface Branding


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