public interface RamlTraversalListener
| Modifier and Type | Method and Description |
|---|---|
void |
endResource(String name,
org.raml.model.Resource resource) |
void |
endTraversal(org.raml.model.Raml raml) |
void |
startApiInformation(ApiInformation apiInformation) |
void |
startResource(String name,
org.raml.model.Resource resource) |
void |
startTraversal(org.raml.model.Raml raml) |
void startTraversal(org.raml.model.Raml raml)
void endTraversal(org.raml.model.Raml raml)
void startApiInformation(ApiInformation apiInformation)
void startResource(String name, org.raml.model.Resource resource)
void endResource(String name, org.raml.model.Resource resource)
Copyright © 2015. All rights reserved.