public class RamlContextFactory extends Object
| Constructor and Description |
|---|
RamlContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
classPathStream(String path) |
protected String |
getDocDirAttribute(org.asciidoctor.ast.AbstractBlock parentBlock) |
RamlContext |
ramlContext(org.asciidoctor.ast.AbstractBlock parentBlock,
String ramlFileName) |
RamlContext |
ramlContext(String classPathResource) |
RamlContext |
ramlContext(String docDir,
String ramlFileName) |
public RamlContext ramlContext(org.asciidoctor.ast.AbstractBlock parentBlock, String ramlFileName)
protected String getDocDirAttribute(org.asciidoctor.ast.AbstractBlock parentBlock)
public RamlContext ramlContext(String docDir, String ramlFileName)
public RamlContext ramlContext(String classPathResource)
protected InputStream classPathStream(String path)
Copyright © 2015. All rights reserved.