public class MavenRamlConfig extends Object implements IRamlConfig
| Constructor and Description |
|---|
MavenRamlConfig(String title,
String baseUrl,
String version)
Constructor for MavenRamlConfig.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
doFullTree()
doFullTree.
|
String |
getBaseUrl()
Getter for the field
baseUrl. |
List<IResourceVisitorExtension> |
getExtensions() |
Set<Protocol> |
getProtocols()
getProtocols.
|
String |
getResponseCode(ActionType type) |
String |
getTitle()
Getter for the field
title. |
String |
getVersion()
Getter for the field
version. |
boolean |
isSingle()
isSingle.
|
boolean |
isSorted()
isSorted.
|
void |
setSingle(boolean selection) |
public String getTitle()
Getter for the field title.
getTitle in interface IRamlConfigString object.public String getBaseUrl()
Getter for the field baseUrl.
getBaseUrl in interface IRamlConfigString object.public String getVersion()
Getter for the field version.
getVersion in interface IRamlConfigString object.public Set<Protocol> getProtocols()
getProtocols.
getProtocols in interface IRamlConfigSet object.public String getResponseCode(ActionType type)
getResponseCode in interface IRamlConfigpublic boolean isSingle()
isSingle.
isSingle in interface IRamlConfigpublic boolean isSorted()
isSorted.
isSorted in interface IRamlConfigpublic boolean doFullTree()
doFullTree.
doFullTree in interface IRamlConfigpublic void setSingle(boolean selection)
setSingle in interface IRamlConfigpublic List<IResourceVisitorExtension> getExtensions()
getExtensions in interface IRamlConfigCopyright © 2015 Mulesoft. All rights reserved.