public interface UrlPathTree
Stored: /abc/123 Stored: /def/1 Stored: /abc/456 A retrieve on url /abc/123/6/7/8 will return /abc/123
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String pServiceUri)
Remove the URI from the tree.
|
String |
retrieve(String pPathInfo)
Retrieve the URI matching the pathInfo from the tree.
|
String |
retrieve(String pPathInfo,
String pVersion)
Retrieve the URI matching the pathInfo and version from the tree.
|
void |
store(String pServiceUri)
Store the URI into the tree.
|
void store(String pServiceUri)
pServiceUri - the URI to store.void delete(String pServiceUri)
pServiceUri - the URI to removeString retrieve(String pPathInfo)
pPathInfo - the pathInfo