com.github.fge.uritemplate.parse
Class URITemplateParser

java.lang.Object
  extended by com.github.fge.uritemplate.parse.URITemplateParser

public final class URITemplateParser
extends Object

Main parser class

You should not use this class directly.

See Also:
URITemplate.URITemplate(String)

Method Summary
static List<URITemplateExpression> parse(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static List<URITemplateExpression> parse(String input)
                                         throws URITemplateParseException
Throws:
URITemplateParseException