| Modifier and Type | Method and Description |
|---|---|
static DemoAPI.InstallType |
DemoAPI.InstallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DemoAPI.InstallType[] |
DemoAPI.InstallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DemoInstaller.setup(DemoAPI.InstallType type,
Optional<com.fasterxml.jackson.databind.JsonNode> runParams) |
void |
DemoAPI.setup(DemoAPI.InstallType type,
Optional<com.fasterxml.jackson.databind.JsonNode> runParams)
Installs intents based on the installation type.
|
Copyright © 2015. All rights reserved.