A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y 

P

Package - class in org.ossreviewtoolkit.model
A generic descriptor for a software package.
PACKAGE - enum entry in org.ossreviewtoolkit.model.PackageType

A package that represents a dependency of a Project and is not a Project itself.

PACKAGE_BASED - enum entry in org.ossreviewtoolkit.model.config.StorageType

A storage that stores scan results by Package.

PackageConfiguration - class in org.ossreviewtoolkit.model.config
A configuration for a specific package and provenance.
PackageConfigurationProvider - class in org.ossreviewtoolkit.model.utils
A provider for PackageConfigurations.
PackageConfigurationProvider.Companion - class in org.ossreviewtoolkit.model.utils.PackageConfigurationProvider
 
PackageCuration - class in org.ossreviewtoolkit.model
This class assigns a PackageCurationData object to a Package identified by the id.
PackageCurationData - class in org.ossreviewtoolkit.model
This class contains curation data for a package.
PackageCurationProvider - class in org.ossreviewtoolkit.model.utils
A provider for PackageCurations.
PackageCurationResult - class in org.ossreviewtoolkit.model
This class contains information about which values were changed when applying a curation.
packageDependencies(org.ossreviewtoolkit.model.Project,org.ossreviewtoolkit.model.Identifier,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator
Return a set with the Identifiers of packages that are dependencies of the package with the given packageId in the given project.
packageDependencies(org.ossreviewtoolkit.model.Project,org.ossreviewtoolkit.model.Identifier,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyGraphNavigator
Return a set with the Identifiers of packages that are dependencies of the package with the given packageId in the given project.
packageDependencies(org.ossreviewtoolkit.model.Project,org.ossreviewtoolkit.model.Identifier,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return a set with the Identifiers of packages that are dependencies of the package with the given packageId in the given project.
packageDependencies(org.ossreviewtoolkit.model.Project,org.ossreviewtoolkit.model.Identifier,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
Return a set with the Identifiers of packages that are dependencies of the package with the given packageId in the given project.
PackageLicenseChoice - class in org.ossreviewtoolkit.model.config
SpdxLicenseChoices defined for an artifact.
PackageLinkage - class in org.ossreviewtoolkit.model
A class to denote the linkage type between two packages.
PackageLinkage.Companion - class in org.ossreviewtoolkit.model.PackageLinkage
 
PackageManagerConfiguration - class in org.ossreviewtoolkit.model.config
The configuration for a package manager.
PackageProvider - class in org.ossreviewtoolkit.model
The provider / hosting platform of a remote artifact or Version Control System.
PackageProvider.Companion - class in org.ossreviewtoolkit.model.PackageProvider
 
PackageReference - class in org.ossreviewtoolkit.model
A human-readable reference to a software Package.
PackageReferenceSortedSetConverter - class in org.ossreviewtoolkit.model.utils
 
packages() - function in org.ossreviewtoolkit.model.utils.DependencyGraphBuilder
Return a set with all the packages that have been encountered for the current project.
PackageSortedSetConverter - class in org.ossreviewtoolkit.model.utils
 
PackageType - class in org.ossreviewtoolkit.model
An enum to describe the different types of Packages.
PACKAGIST - enum entry in org.ossreviewtoolkit.model.PackageProvider
 
parseRepoManifestPath(java.lang.String) - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
Return the repo manifest path parsed from this string.
PATENT_GRANT_EXCEPTION - enum entry in org.ossreviewtoolkit.model.config.RuleViolationResolutionReason

The implied patent grant is acceptable in this case.

PathExclude - class in org.ossreviewtoolkit.model.config
Defines paths which should be excluded.
PathExcludeReason - class in org.ossreviewtoolkit.model.config
Possible reasons for excluding a path.
PluginConfiguration - class in org.ossreviewtoolkit.model.config
The configuration of configurable plugins.
PostgresConnection - class in org.ossreviewtoolkit.model.config
 
PostgresProvenanceFileStorage - class in org.ossreviewtoolkit.model.utils
A DataSource-based implementation of ProvenanceFileStorage that stores files associated by KnownProvenance in a (Postgres) database.
PostgresStorageConfiguration - class in org.ossreviewtoolkit.model.config
A class to hold the configuration for using Postgres as a storage.
prependedPath(org.ossreviewtoolkit.model.TextLocation,java.lang.String) - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
 
prependPath(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
 
prependPath(org.ossreviewtoolkit.model.TextLocation,java.lang.String) - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
 
PROJECT - enum entry in org.ossreviewtoolkit.model.PackageType

A package that was created from a Project.

Project - class in org.ossreviewtoolkit.model
A class describing a software project.
PROJECT_DYNAMIC - enum entry in org.ossreviewtoolkit.model.PackageLinkage

A dynamically linked package whose source code is part of the project itself, e.g. a subproject of a multi-project.

PROJECT_STATIC - enum entry in org.ossreviewtoolkit.model.PackageLinkage

A statically linked package whose source code is part of the project itself, e.g. a subproject of a multi-project.

ProjectAnalyzerResult - class in org.ossreviewtoolkit.model
A class that bundles all information generated during an analysis.
projectDependencies(org.ossreviewtoolkit.model.Project,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return a set with the Identifiers of all dependencies of the given project across all scopes.
projectDependencies(org.ossreviewtoolkit.model.Project,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return a set with the Identifiers of all dependencies of the given project across all scopes.
projectDependencies(org.ossreviewtoolkit.model.Project,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
Return a set with the Identifiers of all dependencies of the given project across all scopes.
projectIssues(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return a map of all de-duplicated Issues associated by Identifier for the given project.
projectIssues(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return a map of all de-duplicated Issues associated by Identifier for the given project.
projectIssues(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
Return a map of all de-duplicated Issues associated by Identifier for the given project.
ProjectSortedSetConverter - class in org.ossreviewtoolkit.model.utils
 
properties() - function in com.fasterxml.jackson.databind.JsonSerializer
 
Provenance - class in org.ossreviewtoolkit.model
Provenance information about the origin of source code.
PROVENANCE_BASED - enum entry in org.ossreviewtoolkit.model.config.StorageType

A storage that stores scan results by Provenance.

ProvenanceFileStorage - class in org.ossreviewtoolkit.model.utils
A generic storage interface that associates a KnownProvenance with a stream of data.
ProvenanceResolutionResult - class in org.ossreviewtoolkit.model
This class holds the results of the provenance resolution for the package denoted by id.
ProvenanceResolutionResultSortedSetConverter - class in org.ossreviewtoolkit.model.utils
 
ProvenanceStorageConfiguration - class in org.ossreviewtoolkit.model.config
Configuration of the storage to use for provenance information.
PROVIDED_BY - enum entry in org.ossreviewtoolkit.model.config.PathExcludeReason

The path only contains packages or sources for packages that have to be provided by the user of distributed build artifacts.

PROVIDED_BY - enum entry in org.ossreviewtoolkit.model.config.ScopeExcludeReason

The scope only contains packages that have to be provided by the user of distributed build artifacts.

PROVIDED_DEPENDENCY_OF - enum entry in org.ossreviewtoolkit.model.config.ScopeExcludeReason

The scope only contains packages that have to be provided by the user of distributed build artifacts.

ProviderPluginConfiguration - class in org.ossreviewtoolkit.model.config
The configuration of provider plugins.
PUB - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
PurlType - class in org.ossreviewtoolkit.model.utils
A subset of the Package URL types defined at https://github.com/package-url/purl-spec/blob/ad8a673/PURL-TYPES.rst.
PurlUtilsKt - class in org.ossreviewtoolkit.model.utils
 
putData(org.ossreviewtoolkit.model.KnownProvenance,java.io.InputStream,java.lang.Long) - function in org.ossreviewtoolkit.model.utils.FileProvenanceFileStorage
Associate provenance with the given data of the provided size.
putData(org.ossreviewtoolkit.model.KnownProvenance,java.io.InputStream,java.lang.Long) - function in org.ossreviewtoolkit.model.utils.PostgresProvenanceFileStorage
Associate provenance with the given data of the provided size.
putData(org.ossreviewtoolkit.model.KnownProvenance,java.io.InputStream,java.lang.Long) - function in org.ossreviewtoolkit.model.utils.ProvenanceFileStorage
Associate provenance with the given data of the provided size.
PYPI - enum entry in org.ossreviewtoolkit.model.PackageProvider
 
PYPI - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y