public interface MASLauncherInfraTier
extends java.lang.Runnable
The methods of this class are called in the following order:
Modifier and Type | Method and Description |
---|---|
void |
setListener(RunProjectListener listener)
Sets the object that wants to be informed about the changes in
the execution state.
|
void |
setProject(MAS2JProject project)
Sets the description of the project to be run.
|
void |
stopMAS()
Stops the MAS execution.
|
boolean |
writeScripts(boolean debug)
Writes the script(s), normally Ant scripts, used to launch the
MAS.
|
void setProject(MAS2JProject project)
void setListener(RunProjectListener listener)
boolean writeScripts(boolean debug)
void stopMAS()