@PublicEvolving public interface StaticCatalog extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StaticCatalog.Entry
An entry in the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure()
Configures a catalog.
|
String |
getCatalog() |
StaticCatalog.Entry |
lookup(String code)
Looks up the code in the catalog.
|
boolean configure()
StaticCatalog.Entry lookup(String code)
code - to be looked up.String getCatalog()
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.