| Package | Description |
|---|---|
| org.azyva.dragom.util |
| Modifier and Type | Method and Description |
|---|---|
static AlwaysNeverAskUserResponse |
Util.getInfoAlwaysNeverAskUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
AlwaysNeverAskUserResponse alwaysNeverAskUserResponseDefaultValue)
Facilitates letting the user input a AlwaysNeverAskUserResponse.
|
static AlwaysNeverAskUserResponse |
Util.getInfoAlwaysNeverAskUserResponseAndHandleAsk(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 getInfoAlwaysNeverAskUserResponse that
handles storing the user response in a runtime property.
|
static AlwaysNeverAskUserResponse |
AlwaysNeverAskUserResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlwaysNeverAskUserResponse |
AlwaysNeverAskUserResponse.valueOfWithAskDefault(String value)
Facilitates parsing a String representation of this enum when the String can be
null.
|
static AlwaysNeverAskUserResponse[] |
AlwaysNeverAskUserResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AlwaysNeverAskUserResponse |
Util.getInfoAlwaysNeverAskUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
AlwaysNeverAskUserResponse alwaysNeverAskUserResponseDefaultValue)
Facilitates letting the user input a AlwaysNeverAskUserResponse.
|
Copyright © 2015–2016 AZYVA INC.. All rights reserved.