public class APIDefinitions extends Object
| Constructor and Description |
|---|
APIDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
APIDefinition |
getApiFromBasepath(String basepath) |
Map<String,APIDefinition> |
getApisMap()
get all the api information from the root level
|
String |
getBasepathFromAPI(String apiName,
String apiVersion) |
void |
setApis(String key,
APIDefinition api) |
public void setApis(String key, APIDefinition api)
public Map<String,APIDefinition> getApisMap()
public APIDefinition getApiFromBasepath(String basepath)
Copyright © 2019 WSO2. All rights reserved.