public interface IntentInstaller<T extends Intent>
| Modifier and Type | Method and Description |
|---|---|
List<FlowRuleBatchOperation> |
install(T intent)
Installs the specified intent to the environment.
|
List<FlowRuleBatchOperation> |
replace(T oldIntent,
T newIntent)
Replaces the specified intent with a new one in the environment.
|
List<FlowRuleBatchOperation> |
uninstall(T intent)
Uninstalls the specified intent from the environment.
|
List<FlowRuleBatchOperation> install(T intent)
intent - intent to be installedIntentException - if issues are encountered while installing the intentList<FlowRuleBatchOperation> uninstall(T intent)
intent - intent to be uninstalledIntentException - if issues are encountered while uninstalling the intentList<FlowRuleBatchOperation> replace(T oldIntent, T newIntent)
oldIntent - intent to be removednewIntent - intent to be installedIntentException - if issues are encountered while uninstalling the intentCopyright © 2015. All rights reserved.