jason.infra.jade
Class JadeMASLauncherAnt

Package class diagram package JadeMASLauncherAnt
java.lang.Object
  extended by jason.infra.centralised.CentralisedMASLauncherAnt
      extended by jason.infra.jade.JadeMASLauncherAnt
All Implemented Interfaces:
MASLauncherInfraTier, java.lang.Runnable

public class JadeMASLauncherAnt
extends CentralisedMASLauncherAnt
implements MASLauncherInfraTier

Creates the script build.xml to launch the MAS using JADE.


Field Summary
static java.lang.String customSnifferConfFile
           
static java.lang.String snifferConfFile
           
 
Fields inherited from class jason.infra.centralised.CentralisedMASLauncherAnt
bindir, listener, masProcess, processOut, project, stop
 
Constructor Summary
JadeMASLauncherAnt()
           
 
Method Summary
protected  java.lang.String replaceMarks(java.lang.String script, boolean debug)
           
 
Methods inherited from class jason.infra.centralised.CentralisedMASLauncherAnt
getStartCommandArray, hasCBuild, replace, run, setListener, setProject, stopMAS, writeScripts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jason.jeditplugin.MASLauncherInfraTier
setListener, setProject, stopMAS, writeScripts
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

snifferConfFile

public static java.lang.String snifferConfFile

customSnifferConfFile

public static java.lang.String customSnifferConfFile
Constructor Detail

JadeMASLauncherAnt

public JadeMASLauncherAnt()
Method Detail

replaceMarks

protected java.lang.String replaceMarks(java.lang.String script,
                                        boolean debug)
Overrides:
replaceMarks in class CentralisedMASLauncherAnt