public class ResourceRegistry extends Object
| Constructor and Description |
|---|
ResourceRegistry(String serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addEntry(Class<T> resource,
RegistryEntry<? extends T> registryEntry) |
RegistryEntry |
getEntry(Class clazz) |
RegistryEntry |
getEntry(String searchType) |
String |
getResourceType(Class clazz) |
String |
getResourceUrl(Class clazz) |
String |
getServiceUrl() |
public ResourceRegistry(String serviceUrl)
public <T> void addEntry(Class<T> resource, RegistryEntry<? extends T> registryEntry)
public RegistryEntry getEntry(String searchType)
public RegistryEntry getEntry(Class clazz)
public String getServiceUrl()
Copyright © 2015. All Rights Reserved.