public class API extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BASE_URI |
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
API(File yamlFile,
File xmlFile,
String baseUri) |
API(File yamlFile,
File xmlFile,
String baseUri,
APIKitConfig config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBaseUri() |
APIKitConfig |
getConfig() |
String |
getId() |
File |
getXmlFile() |
File |
getXmlFile(File rootDirectory) |
File |
getYamlFile() |
int |
hashCode() |
void |
setConfig(APIKitConfig config) |
void |
setDefaultConfig() |
void |
setXmlFile(File xmlFile) |
public static final int DEFAULT_PORT
public static final String DEFAULT_BASE_URI
public API(File yamlFile, File xmlFile, String baseUri, APIKitConfig config)
public File getXmlFile()
public void setXmlFile(File xmlFile)
public File getYamlFile()
public String getBaseUri()
public APIKitConfig getConfig()
public void setConfig(APIKitConfig config)
public void setDefaultConfig()
public String getId()
Copyright © 2014. All rights reserved.