| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_PHASES |
static int |
FIRST_PHASE |
static int |
GRAMMAR_PHASE |
static int |
LIBRARY_LINK_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() |
static void |
main(String[] args) |
public static int FIRST_PHASE
public static int GRAMMAR_PHASE
public static int LIBRARY_LINK_PHASE
public static int ALL_PHASES
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 String getActualPath()
public static void main(String[] args)
Copyright © 2020. All rights reserved.