|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
ise.antelope.tasks.Case
public class Case
This TaskContainer is intended to be nested into the Switch task.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
Case()
|
Method Summary | |
---|---|
void |
addBreak(Break b)
Required for Breakable interface. |
void |
addTask(org.apache.tools.ant.Task task)
Adds a feature to the Task attribute of the Case object |
boolean |
doBreak()
Required for Breakable interface. |
void |
execute()
Execute all nested tasks, checking for Breakables. |
java.lang.String |
getValue()
|
void |
setBreak(boolean b)
Required for Breakable interface. |
void |
setValue(java.lang.String value)
Set the value for this case. |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Case()
Method Detail |
---|
public void setValue(java.lang.String value)
value
- the value.public java.lang.String getValue()
public void setBreak(boolean b)
setBreak
in interface Breakable
b
- The new break valueBreakable
public boolean doBreak()
doBreak
in interface Breakable
Breakable
public void addBreak(Break b)
addBreak
in interface Breakable
b
- The feature to be added to the Break attributeBreakable
public void addTask(org.apache.tools.ant.Task task) throws org.apache.tools.ant.BuildException
addTask
in interface org.apache.tools.ant.TaskContainer
task
- The feature to be added to the Task attribute
org.apache.tools.ant.BuildException
- Description of Exceptionpublic void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- Description of Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |