| Modifier and Type | Field and Description |
|---|---|
static int |
FIRST_PHASE |
static int |
SECOND_PHASE |
static int |
SUGAR_PHASE |
| Constructor and Description |
|---|
RamlBuilder() |
RamlBuilder(int maxPhaseNumber) |
| Modifier and Type | Method and Description |
|---|---|
Node |
build(File ramlFile) |
Node |
build(File ramlFile,
ResourceLoader resourceLoader) |
Node |
build(Reader content,
ResourceLoader resourceLoader,
String resourceLocation) |
Node |
build(String content) |
Node |
build(String content,
ResourceLoader resourceLoader,
String resourceLocation) |
Node |
build(String content,
String resourceLocation) |
String |
getActualPath() |
ResourceLoader |
getResourceLoader() |
public static int FIRST_PHASE
public static int SECOND_PHASE
public static int SUGAR_PHASE
public RamlBuilder()
public RamlBuilder(int maxPhaseNumber)
public Node build(File ramlFile, ResourceLoader resourceLoader)
public Node build(String content, ResourceLoader resourceLoader, String resourceLocation)
public Node build(Reader content, ResourceLoader resourceLoader, String resourceLocation)
public ResourceLoader getResourceLoader()
public String getActualPath()
Copyright © 2016. All rights reserved.