Uses of Class
org.spdx.library.model.SpdxSnippet
Packages that use SpdxSnippet
Package
Description
Copyright (c) 2019 Source Auditor Inc.
Utility classes for comparing SPDX model objects
-
Uses of SpdxSnippet in org.spdx.library.model
Methods in org.spdx.library.model that return SpdxSnippetModifier and TypeMethodDescriptionSpdxSnippet.SpdxSnippetBuilder.build()SpdxSnippet.setByteRange(int startByte, int endByte) SpdxSnippet.setLineRange(int startLine, int endLine) SpdxSnippet.setSnippetFromFile(SpdxFile snippetFromFile) Methods in org.spdx.library.model with parameters of type SpdxSnippet -
Uses of SpdxSnippet in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return SpdxSnippetMethods in org.spdx.utility.compare with parameters of type SpdxSnippetModifier and TypeMethodDescriptionvoidSpdxSnippetComparer.addDocumentSnippet(SpdxDocument spdxDocument, SpdxSnippet snippet) Add a snippet to the comparer and performs the comparison to any existing documents