org.sonatype.gshell.help
Class CommandHelpPage

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

public class CommandHelpPage
extends Object
implements HelpPage

HelpPage for a command.

Since:
2.5
Author:
Jason Dillon

Nested Class Summary
 class CommandHelpPage.Helper
           
 
Constructor Summary
CommandHelpPage(Node node, HelpContentLoader loader)
           
 
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

CommandHelpPage

public CommandHelpPage(Node node,
                       HelpContentLoader loader)
Method Detail

getName

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

getDescription

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

render

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


Copyright © 2008-2011 Sonatype. All Rights Reserved.