public class MountPointSwagger extends BaseYangSwaggerGenerator implements org.opendaylight.controller.sal.core.api.mount.MountProvisionListener
API_VERSION, RESTCONF_CONTEXT_ROOT, SWAGGER_VERSION| Constructor and Description |
|---|
MountPointSwagger() |
| Modifier and Type | Method and Description |
|---|---|
static MountPointSwagger |
getInstance() |
static MountPointSwagger |
getInstanceDraft18() |
Map<String,Long> |
getInstanceIdentifiers() |
org.opendaylight.netconf.sal.rest.doc.swagger.ApiDeclaration |
getMountPointApi(javax.ws.rs.core.UriInfo uriInfo,
Long id,
String module,
String revision) |
org.opendaylight.netconf.sal.rest.doc.swagger.ResourceList |
getResourceList(javax.ws.rs.core.UriInfo uriInfo,
Long id) |
void |
onMountPointCreated(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
void |
onMountPointRemoved(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
void |
setGlobalSchema(org.opendaylight.controller.sal.core.api.model.SchemaService globalSchema) |
void |
setMountService(org.opendaylight.controller.md.sal.dom.api.DOMMountPointService mountService) |
addRpcs, createApiDeclaration, createBasePathFromUriInfo, createResourceList, generatePath, getApiDeclaration, getApiDeclaration, getContent, getDataStorePath, getResourceListing, getSortedModules, getSwaggerDocSpec, setDraftpublic void setGlobalSchema(org.opendaylight.controller.sal.core.api.model.SchemaService globalSchema)
public org.opendaylight.netconf.sal.rest.doc.swagger.ResourceList getResourceList(javax.ws.rs.core.UriInfo uriInfo,
Long id)
public org.opendaylight.netconf.sal.rest.doc.swagger.ApiDeclaration getMountPointApi(javax.ws.rs.core.UriInfo uriInfo,
Long id,
String module,
String revision)
public void setMountService(org.opendaylight.controller.md.sal.dom.api.DOMMountPointService mountService)
public void onMountPointCreated(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
onMountPointCreated in interface org.opendaylight.controller.sal.core.api.mount.MountProvisionListenerpublic void onMountPointRemoved(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
onMountPointRemoved in interface org.opendaylight.controller.sal.core.api.mount.MountProvisionListenerpublic static MountPointSwagger getInstance()
public static MountPointSwagger getInstanceDraft18()
Copyright © 2019. All rights reserved.