| Package | Description |
|---|---|
| org.azyva.dragom.util |
| Modifier and Type | Method and Description |
|---|---|
static AlwaysNeverYesNoAskUserResponse |
Util.getInfoAlwaysNeverYesNoAskUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
AlwaysNeverYesNoAskUserResponse alwaysNeverYesNoAskUserResponseDefaultValue)
Facilitates letting the user input a AlwaysNeverYesNoAskUserResponse.
|
static AlwaysNeverYesNoAskUserResponse |
Util.getInfoAlwaysNeverYesNoAskUserResponseAndHandleAsk(org.azyva.dragom.execcontext.plugin.RuntimePropertiesPlugin runtimePropertiesPlugin,
String runtimeProperty,
org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt)
This is an extension to the method getInfoAlwaysNeverYesNoAskUserResponse that
handles storing the user response in a runtime property.
|
static AlwaysNeverYesNoAskUserResponse |
AlwaysNeverYesNoAskUserResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlwaysNeverYesNoAskUserResponse |
AlwaysNeverYesNoAskUserResponse.valueOfWithYesAskDefault(String value)
Facilitates parsing a String representation of this enum when the String can be
null.
|
static AlwaysNeverYesNoAskUserResponse[] |
AlwaysNeverYesNoAskUserResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AlwaysNeverYesNoAskUserResponse |
Util.getInfoAlwaysNeverYesNoAskUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
AlwaysNeverYesNoAskUserResponse alwaysNeverYesNoAskUserResponseDefaultValue)
Facilitates letting the user input a AlwaysNeverYesNoAskUserResponse.
|
Copyright © 2015–2016 AZYVA INC.. All rights reserved.