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

Class VAJTask

Known Direct Subclasses:
VAJExport, VAJImport, VAJLoad

public class VAJTask
extends Task

Super class for all VAJ tasks. Contains common attributes (remoteServer) and util methods

Field Summary

protected boolean
haltOnError
protected String
remoteServer

Fields inherited from class org.apache.tools.ant.Task

description, location, target, taskName, taskType, wrapper

Fields inherited from class org.apache.tools.ant.ProjectComponent

project

Method Summary

protected org.apache.tools.ant.taskdefs.optional.ide.VAJUtil
getUtil()
returns the VAJUtil implementation
void
setHaltonerror(boolean newHaltOnError)
Flag to control behaviour in case of VAJ errors.
void
setRemote(String remoteServer)
Name and port of a remote tool server, optiona.

Methods inherited from class org.apache.tools.ant.Task

execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType

Methods inherited from class org.apache.tools.ant.ProjectComponent

getProject, log, log, setProject

Field Details

haltOnError

protected boolean haltOnError

remoteServer

protected String remoteServer

Method Details

getUtil

protected org.apache.tools.ant.taskdefs.optional.ide.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 B) 2000-2008 Apache Software Foundation. All Rights Reserved.