joeq.Compiler.Analysis.IPSSA
Class IPSSABuilder.ApplicationLaunchingPad

java.lang.Object
  extended by joeq.Compiler.Analysis.IPSSA.IPSSABuilder.ApplicationLaunchingPad
All Implemented Interfaces:
Runnable
Enclosing class:
IPSSABuilder

public static class IPSSABuilder.ApplicationLaunchingPad
extends Object
implements Runnable

This class allows to specify applications to be run after IPSSA has been constructed.

See Also:
IPSSABuilder.Application

Constructor Summary
IPSSABuilder.ApplicationLaunchingPad(IPSSABuilder builder)
           
IPSSABuilder.ApplicationLaunchingPad(IPSSABuilder builder, boolean verbosity)
           
IPSSABuilder.ApplicationLaunchingPad(IPSSABuilder builder, IPSSABuilder.Application app, boolean verbosity)
           
 
Method Summary
 void addApplication(IPSSABuilder.Application app)
           
 IPSSABuilder getBuilder()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPSSABuilder.ApplicationLaunchingPad

public IPSSABuilder.ApplicationLaunchingPad(IPSSABuilder builder,
                                            boolean verbosity)

IPSSABuilder.ApplicationLaunchingPad

public IPSSABuilder.ApplicationLaunchingPad(IPSSABuilder builder,
                                            IPSSABuilder.Application app,
                                            boolean verbosity)

IPSSABuilder.ApplicationLaunchingPad

public IPSSABuilder.ApplicationLaunchingPad(IPSSABuilder builder)
Method Detail

addApplication

public void addApplication(IPSSABuilder.Application app)

getBuilder

public IPSSABuilder getBuilder()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2001-2008 John Whaley. All Rights Reserved.