public class RamlSuggester extends Object
| Constructor and Description |
|---|
RamlSuggester() |
RamlSuggester(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
getRuleFor(String stringContent) |
Suggestions |
suggestions(String document,
int offset)
Returns the suggestions for the specified document at the given position.
|
public RamlSuggester(ResourceLoader resourceLoader)
public RamlSuggester()
public Suggestions suggestions(String document, int offset)
document - The raml documentoffset - The offset from the begging of the documentCopyright © 2016. All rights reserved.