protoj.core.internal
Class CleanCommand

java.lang.Object
  extended by protoj.core.internal.CleanCommand

public final class CleanCommand
extends java.lang.Object

The command responsible for cleaning generated files.

Author:
Ashley Williams

Constructor Summary
CleanCommand(CoreProject core)
           
 
Method Summary
 Command getDelegate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanCommand

public CleanCommand(CoreProject core)
Method Detail

getDelegate

public Command getDelegate()