public class MuleConfig extends Object implements NamedContent, WithConstructs, WithConfigs
| Modifier | Constructor and Description |
|---|---|
protected |
MuleConfig(List<HttpListenerConfig> configurations,
List<APIKitConfig> apikitConfigs,
List<Flow> flows) |
protected |
MuleConfig(List<HttpListenerConfig> httpConfigs,
List<APIKitConfig> apikitConfigs,
List<Flow> flows,
org.jdom2.Document content) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfig(APIKitConfig value) |
void |
addFlow(Flow flow) |
void |
addHttpListener(HttpListenerConfig config) |
org.jdom2.Document |
buildContent() |
boolean |
equals(Object o) |
List<APIKitConfig> |
getApikitConfigs() |
InputStream |
getContent() |
org.jdom2.Document |
getContentAsDocument() |
List<Flow> |
getFlows() |
List<HttpListenerConfig> |
getHttpListenerConfigs() |
List<MainFlow> |
getMainFlows() |
String |
getName() |
int |
hashCode() |
void |
setName(String name) |
protected MuleConfig(List<HttpListenerConfig> configurations, List<APIKitConfig> apikitConfigs, List<Flow> flows)
protected MuleConfig(List<HttpListenerConfig> httpConfigs, List<APIKitConfig> apikitConfigs, List<Flow> flows, org.jdom2.Document content)
public String getName()
getName in interface NamedContentpublic void setName(String name)
public org.jdom2.Document getContentAsDocument()
public InputStream getContent()
getContent in interface NamedContentpublic List<HttpListenerConfig> getHttpListenerConfigs()
getHttpListenerConfigs in interface WithConfigspublic void addHttpListener(HttpListenerConfig config)
public List<Flow> getFlows()
getFlows in interface WithConstructspublic void addConfig(APIKitConfig value)
public List<APIKitConfig> getApikitConfigs()
public org.jdom2.Document buildContent()
public void addFlow(Flow flow)
Copyright © 2022. All rights reserved.