protoj.lang.internal.ajc
Class AjcSession

java.lang.Object
  extended by protoj.lang.internal.ajc.AjcSession

public final class AjcSession
extends java.lang.Object

Executes a selection of commands against the ajc project and performs various asserts against their results.

Author:
Ashley Williams

Constructor Summary
AjcSession()
          After this constructor call the physical demo project will have been created.
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjcSession

public AjcSession()
After this constructor call the physical demo project will have been created.

Method Detail

execute

public void execute()