|
||||||||||
| 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
edu.internet2.middleware.ant.input.XInput
public class XInput
Extended version of org.apache.tools.ant.taskdefs.Input
| 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 | |
|---|---|
XInput()
No arg constructor. |
|
| Method Summary | |
|---|---|
void |
addConfiguredXoption(XInputOption option)
|
void |
addText(String msg)
Set a multiline message. |
boolean |
eval()
|
void |
execute()
Actual method executed by ant. |
Boolean |
getCaseSensitive()
|
void |
setAddproperty(String addproperty)
Defines the name of a property to be created from input. |
void |
setCaseSensitive(Boolean b)
|
void |
setDefaultvalue(String defaultValue)
Defines the default value of the property to be created from input. |
void |
setMessage(String message)
Sets the Message which gets displayed to the user during the build run. |
void |
setType(String type)
|
void |
setValidargs(String validArgs)
Defines valid input parameters as comma separated strings. |
| 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 XInput()
| Method Detail |
|---|
public void setCaseSensitive(Boolean b)
public Boolean getCaseSensitive()
public void setValidargs(String validArgs)
validargs - A comma separated String defining valid input args.public void setAddproperty(String addproperty)
addproperty - Name for the property to be created from inputpublic void setMessage(String message)
message - The message to be displayed.public void setDefaultvalue(String defaultValue)
defaultvalue - Default value for the property if no input is receivedpublic void setType(String type)
public void addConfiguredXoption(XInputOption option)
public void addText(String msg)
msg - The message to be displayed.
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic boolean eval()
eval in interface org.apache.tools.ant.taskdefs.condition.Condition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||