protoj.lang.internal
Class VerifyTarCommand

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

public final class VerifyTarCommand
extends java.lang.Object

The command responsible for determining the validity of the project tar file.

Author:
Ashley Williams

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

VerifyTarCommand

public VerifyTarCommand(StandardProject project)
Method Detail

getDelegate

public Command getDelegate()