public class PolicyIntentCompiler<T extends PolicyBasedIntent> extends java.lang.Object implements IntentCompiler<T>
Constructor and Description |
---|
PolicyIntentCompiler() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Intent> |
compile(PolicyBasedIntent intent,
java.util.List installable) |
public java.util.List<Intent> compile(PolicyBasedIntent intent, java.util.List installable)
compile
in interface IntentCompiler<T extends PolicyBasedIntent>