Package | Description |
---|---|
com.epimorphics.lda.specmanager |
The specmanage package contains classes that manage the
loading of different API configurations.
|
Modifier and Type | Method and Description |
---|---|
APISpec |
SpecManagerImpl.addSpec(String prefixPath,
String appName,
String context,
String uri,
String key,
com.hp.hpl.jena.rdf.model.Model spec) |
APISpec |
SpecManager.addSpec(String prefixPath,
String appName,
String context,
String uri,
String key,
com.hp.hpl.jena.rdf.model.Model spec)
Load and record the specification for a new API (which might
be associated with multiple APIEndpoints).
|
void |
SpecManagerImpl.deleteSpec(String context,
String uri,
String key) |
void |
SpecManager.deleteSpec(String context,
String uri,
String key)
Remove the specification for an API.
|
APISpec |
SpecManagerImpl.updateSpec(String prefixPath,
String appName,
String context,
String uri,
String key,
com.hp.hpl.jena.rdf.model.Model spec) |
APISpec |
SpecManager.updateSpec(String prefixPath,
String appName,
String context,
String uri,
String key,
com.hp.hpl.jena.rdf.model.Model spec)
Update the specification for an API.
|
Copyright © 2014. All Rights Reserved.