public interface DemoAPI
| Modifier and Type | Interface and Description |
|---|---|
static class |
DemoAPI.InstallType |
| Modifier and Type | Method and Description |
|---|---|
void |
setup(DemoAPI.InstallType type,
Optional<com.fasterxml.jackson.databind.JsonNode> runParams)
Installs intents based on the installation type.
|
void |
tearDown()
Uninstalls all existing intents.
|
void setup(DemoAPI.InstallType type, Optional<com.fasterxml.jackson.databind.JsonNode> runParams)
type - the installation type.runParams - run paramsvoid tearDown()
Copyright © 2015. All rights reserved.