public interface RSDocRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
add(RSDocProvider provider)
Adds a REST API documentation provider to the registry.
|
RSDocProvider |
get(String name)
Gets the REST API documentation provider with the specified name.
|
Set<RSDocProvider> |
providers()
Gets the set of all registered REST API documentation providers.
|
void |
remove(String name)
Removes a REST API documentation provider from the registry.
|
Set<RSDocProvider> providers()
RSDocProvider get(String name)
name - name of the document provider to be removedNotFoundException - if given provider has not been registeredvoid add(RSDocProvider provider)
provider - document provider to be addedvoid remove(String name) throws NotFoundException
name - name of the document provider to be removedNotFoundException - if given provider has not been registeredCopyright © 2014. All Rights Reserved.