public class TrustPolicyCelLibrary extends Object implements org.projectnessie.cel.Library
cel standard library,
but with only the subset of compile and program options that we want to support.| Constructor and Description |
|---|
TrustPolicyCelLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static org.projectnessie.cel.EnvOption |
customEnvOption() |
List<org.projectnessie.cel.EnvOption> |
getCompileOptions() |
List<org.projectnessie.cel.ProgramOption> |
getProgramOptions() |
public static org.projectnessie.cel.EnvOption customEnvOption()
public List<org.projectnessie.cel.EnvOption> getCompileOptions()
getCompileOptions in interface org.projectnessie.cel.Librarypublic List<org.projectnessie.cel.ProgramOption> getProgramOptions()
getProgramOptions in interface org.projectnessie.cel.Library