| Package | Description |
|---|---|
| net.ossindex.common | |
| net.ossindex.common.resource |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRemoteResource> |
ResourceFactory.cacheResources(T[] resources)
Preemptively cache the individual queries for these resources.
|
<T extends AbstractRemoteResource> |
ResourceFactory.createResource(Class<T> cls,
long id)
Get a single instance of a resource.
|
<T extends AbstractRemoteResource> |
ResourceFactory.getResources(com.google.gson.reflect.TypeToken<?> type,
String query)
Build resources out of the results of the specified query.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRemoteResource> |
ResourceFactory.cacheResources(T[] resources)
Preemptively cache the individual queries for these resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactResource
Representation of the FileResource, backed by the OSS Index REST API
|
class |
FileResource
Representation of the FileResource, backed by the OSS Index REST API
|
class |
PackageResource
Representation of the FileResource, backed by the OSS Index REST API
|
class |
ScmResource
Representation of the FileResource, backed by the OSS Index REST API
|
class |
UpdateInformation
Provide information about available version of API and associated libraries.
|
class |
VulnerabilityResource
Representation of a Vulnerability, backed by the OSS Index REST API.
|
Copyright © 2015. All rights reserved.