org.sonatype.gshell.help
Interface HelpPage

All Known Implementing Classes:
AliasHelpPage, CommandHelpPage, GroupHelpPage, MetaHelpPage

public interface HelpPage

Represents the content of a help page.

Since:
2.5
Author:
Jason Dillon

Method Summary
 String getDescription()
           
 String getName()
           
 void render(PrintWriter out)
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

render

void render(PrintWriter out)


Copyright © 2008-2011 Sonatype. All Rights Reserved.