- get(String) - Method in class net.ossindex.common.cache.MapDbCache
-
- get(String, long) - Method in class net.ossindex.common.cache.MapDbCache
-
- get(String) - Method in class net.ossindex.common.cache.MemoryCache
-
- get(String, long) - Method in class net.ossindex.common.cache.MemoryCache
-
It is anticipated that this implementation will never be up long
enough for the delay to matter.
- get(String) - Method in interface net.ossindex.common.IOssIndexCache
-
Get cached results, if they are available
- get(String, long) - Method in interface net.ossindex.common.IOssIndexCache
-
Return the cached value if the elapsed time is not passed.
- getArtifact() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the artifact for this dependency
- getArtifacts() - Method in class net.ossindex.common.resource.PackageResource
-
Get all of the artifacts owned by the package
- getBaseUrl() - Static method in class net.ossindex.common.ResourceFactory
-
Get the base URL for REST requests.
- getCache() - Method in class net.ossindex.common.ResourceFactory
-
Get the current cache implementation
- getCreationDate() - Method in class net.ossindex.common.resource.PackageResource
-
Date the package was created, if known
- getDependencyGraph() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the dependency graph for the artifact
- getDescription() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the artifact description
- getDescription() - Method in class net.ossindex.common.resource.PackageResource
-
Get the artifact description
- getDescription() - Method in class net.ossindex.common.resource.ScmResource
-
Get the artifact description
- getDescription() - Method in class net.ossindex.common.resource.VulnerabilityResource
-
Get a reasonable description of the vulnerability
- getDescription() - Method in class net.ossindex.common.utils.PackageDependency
-
Get a description of the dependency
- getFirst(String) - Method in class net.ossindex.common.utils.LineIndexer
-
Get first line where the specified text is matched
- getGroupId() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the group id/name
- getId() - Method in class net.ossindex.common.resource.AbstractRemoteResource
-
Get the OSS Index ID.
- getId() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the simple fully descriptive ID for the package
- getLength() - Method in class net.ossindex.common.utils.FilePosition
-
Get the selection length
- getLength() - Method in class net.ossindex.common.utils.PackageDependency
-
Length of the selection
- getLine() - Method in class net.ossindex.common.utils.FilePosition
-
Get the line number
- getLine() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the line number of the dependency owner file that defines this dependency
- getName() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the name of the resource
- getName() - Method in class net.ossindex.common.resource.FileResource
-
Get the name of the resource
- getName() - Method in class net.ossindex.common.resource.PackageResource
-
Get the name of the resource
- getName() - Method in class net.ossindex.common.resource.ScmResource
-
Get the SCM name
- getName() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the artifact id/name
- getOffset() - Method in class net.ossindex.common.utils.FilePosition
-
Get the character offset
- getOffset() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the character offset
- getOptional() - Method in class net.ossindex.common.utils.PackageDependency
-
Is this an optional dependency?
- getPackage() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the package the artifact belongs to
- getPackageManager() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the name of the package manager that owns the artifact
- getPackageManager() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the package manager name
- getPackageName() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the package name
- getPackageName() - Method in class net.ossindex.common.resource.PackageResource
-
Get the package name
- getParent() - Method in class net.ossindex.common.utils.PackageDependency
-
The parent is the package that brought this one in as a transitive dependency.
- getResourceFactory() - Static method in class net.ossindex.common.ResourceFactory
-
Get the resource factory instance.
- getResources(TypeToken<?>, String) - Method in class net.ossindex.common.ResourceFactory
-
Build resources out of the results of the specified query.
- getResourceType() - Method in class net.ossindex.common.resource.AbstractRemoteResource
-
Get the OSS Index resource type.
- getResourceType() - Method in class net.ossindex.common.resource.ArtifactResource
-
- getResourceType() - Method in class net.ossindex.common.resource.FileResource
-
- getResourceType() - Method in class net.ossindex.common.resource.PackageResource
-
- getResourceType() - Method in class net.ossindex.common.resource.ScmResource
-
- getResourceType() - Method in class net.ossindex.common.resource.UpdateInformation
-
- getResourceType() - Method in class net.ossindex.common.resource.VulnerabilityResource
-
- getScm() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the SCM resource that is deemed to be the dependency source
- getScmId() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the ID of the SCM related to the artifact
- getSearch() - Method in class net.ossindex.common.resource.ArtifactResource
-
When the resource is retrieved in a search, this returns the search
strings that were used.
- getTitle() - Method in class net.ossindex.common.resource.VulnerabilityResource
-
Get a reasonable title of the vulnerability
- getUpdateDate() - Method in class net.ossindex.common.resource.PackageResource
-
Date the package was last updated, if known
- getUpdates() - Static method in class net.ossindex.common.resource.UpdateInformation
-
Get current and available update information.
- getUri() - Method in class net.ossindex.common.resource.VulnerabilityResource
-
Get the unique URI for a vulnerability
- getVersion() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the semantic version for the resource.
- getVersion() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the package version
- getVersions() - Method in class net.ossindex.common.resource.VulnerabilityResource
-
Get the product version ranges affected by this vulnerability.
- getVersionString() - Method in class net.ossindex.common.resource.ArtifactResource
-
Get the version string
- getVulnerabilities() - Method in class net.ossindex.common.resource.ScmResource
-
Get a list of all vulnerabilities affecting this resource.
- getVulnerabilities() - Method in class net.ossindex.common.utils.PackageDependency
-
Get the vulnerabilities that apply to the package