org.apache.tools.ant.taskdefs.optional.ide

Class VAJTask

public class VAJTask extends Task

Super class for all VAJ tasks. Contains common attributes (remoteServer) and util methods
Field Summary
protected booleanhaltOnError
protected StringremoteServer
Method Summary
protected VAJUtilgetUtil()
returns the VAJUtil implementation
voidsetHaltonerror(boolean newHaltOnError)
Flag to control behaviour in case of VAJ errors.
voidsetRemote(String remoteServer)
Name and port of a remote tool server, optiona.

Field Detail

haltOnError

protected boolean haltOnError

remoteServer

protected String remoteServer

Method Detail

getUtil

protected VAJUtil getUtil()
returns the VAJUtil implementation

setHaltonerror

public void setHaltonerror(boolean newHaltOnError)
Flag to control behaviour in case of VAJ errors. If this attribute is set errors will be ignored (no BuildException will be thrown) otherwise VAJ errors will be wrapped into a BuildException and stop the build.

setRemote

public void setRemote(String remoteServer)
Name and port of a remote tool server, optiona. Format: <servername>:<port no>. If this attribute is set, the tasks will be executed on the specified tool server.
Copyright