protoj.lang.internal
Class HelpCommand

java.lang.Object
  extended by protoj.lang.internal.HelpCommand

public final class HelpCommand
extends java.lang.Object

The command responsible for reporting help information to the console. See InfoFeature.

Author:
Ashley Williams

Constructor Summary
HelpCommand(StandardProject project)
           
 
Method Summary
 Command getDelegate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpCommand

public HelpCommand(StandardProject project)
Method Detail

getDelegate

public Command getDelegate()