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
S
- S3FileStorageConfiguration - class in org.ossreviewtoolkit.model.config
- A class to hold the configuration for using an AWS S3 bucket as a storage.
- SCANNER_ISSUE - enum entry in org.ossreviewtoolkit.model.config.IssueResolutionReason
The issue is due to an irrelevant scanner issue, such as time out on a large file that is not distributed.
- ScannerConfiguration - class in org.ossreviewtoolkit.model.config
- The configuration model of the scanner.
- ScannerDetails - class in org.ossreviewtoolkit.model
- Details about the used source code scanner.
- ScannerRun - class in org.ossreviewtoolkit.model
- The summary of a single run of the scanner.
- ScannerRunKt - class in org.ossreviewtoolkit.model
- ScannersMapConverter - class in org.ossreviewtoolkit.model.utils
- ScanResult - class in org.ossreviewtoolkit.model
- The result of a single scan of a single package.
- ScanResultSortedSetConverter - class in org.ossreviewtoolkit.model.utils
- Do not convert to SortedSet in order to not require a comparator consistent with equals
- ScanResultUtilsKt - class in org.ossreviewtoolkit.model.utils
- ScanStorageConfiguration - class in org.ossreviewtoolkit.model.config
- Root of a class hierarchy for configuration classes for scan storage implementations.
- ScanSummary - class in org.ossreviewtoolkit.model
- A short summary of the scan results.
- Scope - class in org.ossreviewtoolkit.model
- The scope class puts package dependencies into context.
- scopeDependencies(org.ossreviewtoolkit.model.Project,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyNavigator
- Return a map with information of the dependencies of a project grouped by scopes.
- scopeDependencies(org.ossreviewtoolkit.model.Project,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyNavigator
- Return a map with information of the dependencies of a project grouped by scopes.
- scopeDependencies(org.ossreviewtoolkit.model.Project,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
- Return a map with information of the dependencies of a project grouped by scopes.
- ScopeExclude - class in org.ossreviewtoolkit.model.config
- Defines a scope that should be excluded.
- ScopeExcludeReason - class in org.ossreviewtoolkit.model.config
- Possible reasons for excluding a scope.
- scopeNames(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator
- Return a set with the names of all the scopes defined for the given project.
- scopeNames(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyGraphNavigator
- Return a set with the names of all the scopes defined for the given project.
- scopeNames(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyNavigator
- Return a set with the names of all the scopes defined for the given project.
- scopeNames(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
- Return a set with the names of all the scopes defined for the given project.
- scopesFor(java.lang.String,java.lang.Boolean) - function in org.ossreviewtoolkit.model.utils.DependencyGraphBuilder
- Return a set of all the scope names known to this builder that start with the given prefix.
- scopesFor(org.ossreviewtoolkit.model.Identifier,java.lang.Boolean) - function in org.ossreviewtoolkit.model.utils.DependencyGraphBuilder
- Return a set of all the scope names known to this builder that are qualified with the given projectId.
- ScopeSortedSetConverter - class in org.ossreviewtoolkit.model.utils
- SendMailConfiguration - class in org.ossreviewtoolkit.model.config
- serialize(java.lang.String,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider) - function in org.ossreviewtoolkit.model.NormalizeLineBreaksSerializer
- serializeWithType(java.lang.String,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider,com.fasterxml.jackson.databind.jsontype.TypeSerializer) - function in com.fasterxml.jackson.databind.JsonSerializer
- Severity - class in org.ossreviewtoolkit.model
- A generic class describing a severity, e.g.
- SHA1 - enum entry in org.ossreviewtoolkit.model.HashAlgorithm
The Secure Hash Algorithm 1, see SHA-1.
- SHA1GIT - enum entry in org.ossreviewtoolkit.model.HashAlgorithm
The Secure Hash Algorithm 1, but calculated on a Git "blob" object, see
https://git-scm.com/book/en/v2/Git-Internals-Git-Objects#_object_storage
https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html#git-compatibility
- SHA256 - enum entry in org.ossreviewtoolkit.model.HashAlgorithm
The Secure Hash Algorithm 2 with 256 bits, see SHA-256.
- SHA384 - enum entry in org.ossreviewtoolkit.model.HashAlgorithm
The Secure Hash Algorithm 2 with 384 bits, see SHA-384.
- SHA512 - enum entry in org.ossreviewtoolkit.model.HashAlgorithm
The Secure Hash Algorithm 2 with 512 bits, see SHA-512.
- Snippet - class in org.ossreviewtoolkit.model
- SnippetFinding - class in org.ossreviewtoolkit.model
- A class representing the snippet findings for a source file location.
- SnippetFindingSortedSetConverter - class in org.ossreviewtoolkit.model.utils
- SourceCodeOrigin - class in org.ossreviewtoolkit.model
- An enumeration of supported source code origins.
- spliterator() - function in kotlin.collections.Iterable
- STATIC - enum entry in org.ossreviewtoolkit.model.PackageLinkage
A statically linked package whose source code is not directly defined in the project itself, but which is retrieved as an external artifact.
- StorageType - class in org.ossreviewtoolkit.model.config
- An enum to describe different types of storages.
- Sw360StorageConfiguration - class in org.ossreviewtoolkit.model.config
- A class to hold the configuration for SW360.
- SWIFT - enum entry in org.ossreviewtoolkit.model.utils.PurlType