protoj.lang.internal
Class TarCommand

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

public final class TarCommand
extends java.lang.Object

The command responsible for creating the project tar.

Author:
Ashley Williams

Constructor Summary
TarCommand(StandardProject project)
           
 
Method Summary
 Command getDelegate()
           
 joptsimple.OptionSpec<?> getNosrc()
           
 joptsimple.OptionSpec<?> getRwx()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TarCommand

public TarCommand(StandardProject project)
Method Detail

getDelegate

public Command getDelegate()

getNosrc

public joptsimple.OptionSpec<?> getNosrc()

getRwx

public joptsimple.OptionSpec<?> getRwx()