protoj.lang.internal
Class VersionCommand

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

public final class VersionCommand
extends java.lang.Object

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

Author:
Ashley Williams

Constructor Summary
VersionCommand(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

VersionCommand

public VersionCommand(StandardProject project)
Method Detail

getDelegate

public Command getDelegate()