protoj.lang.internal
Class ReleaseCommand

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

public final class ReleaseCommand
extends java.lang.Object

The command responsible for performing a release of protoj to the google code website and sourceforge maven repository.

Author:
Ashley Williams

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

Constructor Detail

ReleaseCommand

public ReleaseCommand(ProtoProject project,
                      java.lang.String mainClass)
Method Detail

getDelegate

public Command getDelegate()