Returns the resource path for the given TLD URI. @param uri the TLD URI @return the resource path, or null if not found
(String uri)
| 119 | * @return the resource path, or null if not found |
| 120 | */ |
| 121 | public TldResourcePath getTldResourcePath(String uri) { |
| 122 | return uriTldResourcePathMap.get(uri); |
| 123 | } |
| 124 | |
| 125 | |
| 126 | /** |
no test coverage detected