T - the type of intentpublic interface IntentCompiler<T extends Intent>
| Modifier and Type | Method and Description |
|---|---|
List<Intent> |
compile(T intent,
List<Intent> installable,
Set<LinkResourceAllocations> resources)
Compiles the specified intent into other intents.
|
List<Intent> compile(T intent, List<Intent> installable, Set<LinkResourceAllocations> resources)
intent - intent to be compiledinstallable - previously compilation result; optionalresources - previously allocated resources; optionalIntentException - if issues are encountered while compiling the intentCopyright © 2015. All rights reserved.