protoj.lang.internal.acme
Class AssertPublish

java.lang.Object
  extended by protoj.lang.internal.acme.AssertPublish
All Implemented Interfaces:
ArgRunnable<ScriptSession>

public final class AssertPublish
extends java.lang.Object
implements ArgRunnable<ScriptSession>

Triggered when the publish command is specified. See the individual methods to determine what is being tested.

Author:
Ashley Williams

Field Summary
static java.lang.String ALL
           
static java.lang.String FOO
           
 
Constructor Summary
AssertPublish(AcmeSession acmeSession)
           
 
Method Summary
 void run(ScriptSession projectSession)
          See ArgRunnable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final java.lang.String ALL
See Also:
Constant Field Values

FOO

public static final java.lang.String FOO
See Also:
Constant Field Values
Constructor Detail

AssertPublish

public AssertPublish(AcmeSession acmeSession)
Method Detail

run

public void run(ScriptSession projectSession)
Description copied from interface: ArgRunnable
See ArgRunnable.

Specified by:
run in interface ArgRunnable<ScriptSession>