org.sonatype.gshell.help
Class AliasHelpPage

java.lang.Object
  extended by org.sonatype.gshell.help.AliasHelpPage
All Implemented Interfaces:
HelpPage

public class AliasHelpPage
extends Object
implements HelpPage

HelpPage for an alias.

Since:
2.5
Author:
Jason Dillon

Constructor Summary
AliasHelpPage(String name, String alias)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 void render(PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliasHelpPage

public AliasHelpPage(String name,
                     String alias)
Method Detail

getName

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

getDescription

public String getDescription()
Specified by:
getDescription in interface HelpPage

render

public void render(PrintWriter out)
Specified by:
render in interface HelpPage

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 Sonatype. All Rights Reserved.