public class URIInfo extends Object
| Constructor and Description |
|---|
URIInfo()
The default constructor.
|
URIInfo(URIInfo uriInfo)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointType() |
String |
getRegex() |
String |
getTemplate() |
String |
getUri() |
boolean |
metaURI()
This method determines if the URI represents contains meta
characters and therefore represents multiple real URIs.
|
URIInfo |
setEndpointType(String endpointType) |
void |
setRegex(String regex) |
void |
setTemplate(String template) |
URIInfo |
setUri(String uri) |
String |
toString() |
public URIInfo()
public URIInfo(URIInfo uriInfo)
uriInfo - The info to copypublic String getUri()
public String getEndpointType()
public URIInfo setEndpointType(String endpointType)
endpointType - the endpointType to setpublic String getRegex()
public void setRegex(String regex)
regex - the regex to setpublic String getTemplate()
public void setTemplate(String template)
template - the template to setpublic boolean metaURI()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.