public class HttpTemplateParser
extends java.lang.Object
| Constructor and Description |
|---|
HttpTemplateParser(DiagCollector diagCollector,
Location location,
java.lang.String template,
int configVersion)
Constructs a template parser.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<HttpAttribute.PathSegment> |
parse()
Runs the parser.
|
public HttpTemplateParser(DiagCollector diagCollector, Location location, java.lang.String template, int configVersion)
public com.google.common.collect.ImmutableList<HttpAttribute.PathSegment> parse()