| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
DEVICE_SEPARATOR |
58 |
public static final char |
SEPARATOR |
47 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
EXAMPLES_FOLDER |
"examples" |
protected static final String |
EXAMPLES_PREFFIX |
"examples/" |
protected static final String |
SCHEMAS_FOLDER |
"schemas" |
protected static final String |
XML_FILE_EXT |
".xml" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERSION |
"#%RAML 0.8\n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERSION |
"#%RAML 0.8\n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
URI_NOT_VALID_MESSAGE |
"The baseUri element is not a valid URI" |
public static final String |
URI_PATTERN |
"[.*]?\\{(\\w+)?\\}[.*]*" |
public static final String |
VERSION_NOT_PRESENT_MESSAGE |
"version parameter must exist in the API definition" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NON_SCALAR_KEY_MESSAGE |
"Only scalar keys are allowed" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INCLUDE_APPLIED_TAG |
"!include-applied_" |
public static final String |
SEPARATOR |
"_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALL_ACTIONS |
"*" |
public static final String |
OPTIONAL_MODIFIER |
"?" |
public static final String |
RESOURCE_TYPE_USE_KEY |
"type" |
public static final String |
TRAIT_USE_KEY |
"is" |
Copyright © 2015 Mulesoft. All rights reserved.