public interface InteractiveConfigurer
| Modifier and Type | Method and Description |
|---|---|
String |
configure(String name,
String description,
String defaultValue)
Configure an item.
|
PrintWriter |
getWriter()
Gets the PrintWriter to use when interacting with a user.
|
String configure(String name, String description, String defaultValue) throws IOException
name - the name of the item to be configureddescription - the item descriptiondefaultValue - the item default valueIOException - indicating IO failurePrintWriter getWriter()
Copyright © 2013–2017 Polago AB. All rights reserved.