public class RamlScanner extends Object
| Constructor and Description |
|---|
RamlScanner(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(File resource) |
void |
handle(InputStream stream,
File ramlDirectory) |
void |
handleRamlFile(org.raml.v2.api.model.v10.api.Api api,
File ramlDirectory) |
void |
handleRamlFile(org.raml.v2.api.model.v08.api.Api api,
File ramlDirectory) |
public RamlScanner(Configuration configuration)
public void handle(File resource) throws IOException, GenerationException
IOExceptionGenerationExceptionpublic void handle(InputStream stream, File ramlDirectory) throws GenerationException, IOException
GenerationExceptionIOExceptionpublic void handleRamlFile(org.raml.v2.api.model.v10.api.Api api,
File ramlDirectory)
throws IOException
IOExceptionpublic void handleRamlFile(org.raml.v2.api.model.v08.api.Api api,
File ramlDirectory)
throws IOException
IOExceptionCopyright © 2019 Mulesoft. All rights reserved.