protoj.lang.internal
Class ArchiveCommand

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

public final class ArchiveCommand
extends java.lang.Object

The command responsible for creating the project jar files.

Author:
Ashley Williams

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

ArchiveCommand

public ArchiveCommand(StandardProject project)
Method Detail

getDelegate

public Command getDelegate()