public class DefaultUserInteractionCallbackPluginImpl extends Object implements org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin
| Constructor and Description |
|---|
DefaultUserInteractionCallbackPluginImpl(org.azyva.dragom.execcontext.ExecContext execContext)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInfo(String prompt) |
String |
getInfoPassword(String prompt) |
String |
getInfoWithDefault(String prompt,
String defaultValue) |
boolean |
isBatchMode() |
void |
provideInfo(String info) |
Writer |
provideInfoWithWriter(String info) |
org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin.BracketHandle |
startBracket(String info) |
public DefaultUserInteractionCallbackPluginImpl(org.azyva.dragom.execcontext.ExecContext execContext)
execContext - ExecContext.public org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin.BracketHandle startBracket(String info)
startBracket in interface org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPluginpublic void provideInfo(String info)
provideInfo in interface org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPluginpublic Writer provideInfoWithWriter(String info)
provideInfoWithWriter in interface org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPluginpublic String getInfo(String prompt)
getInfo in interface org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPluginpublic String getInfoPassword(String prompt)
getInfoPassword in interface org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPluginpublic String getInfoWithDefault(String prompt, String defaultValue)
getInfoWithDefault in interface org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPluginpublic boolean isBatchMode()
isBatchMode in interface org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPluginCopyright © 2015–2016 AZYVA INC.. All rights reserved.