Package org.oddjob.input.requests
Class InputText
java.lang.Object
org.oddjob.input.requests.BaseInputRequest
org.oddjob.input.requests.InputText
- All Implemented Interfaces:
Serializable,InputRequest
- Author:
- rob
- See Also:
Description
A request for a simple line of input.Example
SeeInputJob for an example.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidrender(InputMedium medium) Render the input request with the given medium.voidsetDefault(String defaultValue) voidtoString()Methods inherited from class org.oddjob.input.requests.BaseInputRequest
getProperty, setProperty
-
Constructor Details
-
InputText
public InputText()
-
-
Method Details
-
render
Description copied from interface:InputRequestRender the input request with the given medium.- Parameters:
medium- The medium. Never null.
-
getPrompt
-
setPrompt
-
getDefault
-
setDefault
-
equals
-
hashCode
public int hashCode() -
toString
-