-
ANNOTATION_TAGS
Set<E> ANNOTATION_TAGS
Tags used in the definition of an annotation
Note: does not include the annotator tag since that is the tag that starts the definition
-
FILE_TAGS
Set<E> FILE_TAGS
Tags used in the definition of a file
Note: does not include the annotator tag since that is the tag that starts the definition
-
EXTRACTED_LICENSE_TAGS
Set<E> EXTRACTED_LICENSE_TAGS
Tags used in the definition of an extracted license
Note: does not include the annotator tag since that is the tag that starts the definition
-
PACKAGE_TAGS
Set<E> PACKAGE_TAGS
-
constants
Properties constants
-
analysis
SpdxDocument analysis
-
format
DateFormat format
-
lastReviewer
SPDXReview lastReviewer
-
lastExtractedLicense
ExtractedLicenseInfo lastExtractedLicense
-
lastFile
SpdxFile lastFile
-
lastProject
DoapProject lastProject
-
fileDependencyMap
Map<K,V> fileDependencyMap
-
lastRelationship
org.spdx.tag.BuildDocument.RelationshipWithId lastRelationship
Keep track of the last relationship for any following relationship related tags
-
relationships
List<E> relationships
Keep track of all relationships and add them at the end of the parsing
-
lastAnnotation
org.spdx.tag.BuildDocument.AnnotationWithId lastAnnotation
Keep track of the last annotation for any following annotation related tags
-
annotations
List<E> annotations
Keep track of all annotations and add them at the end of the parsing
-
result
SpdxDocumentContainer[] result
-
specVersion
String specVersion
-
dataLicense
AnyLicenseInfo dataLicense
-
documentName
String documentName
-
warningMessages
List<E> warningMessages
-
inPackageDefinition
boolean inPackageDefinition
True if we have started defining a package in the tag/value file
-
inFileDefinition
boolean inFileDefinition
True if we have started to define a file AT THE DOCUMENT LEVEL
in the tag/value file. Note that files defined as part of a package
will have the state flag inPackageDefinition set, and inFileDefinition will be false.
-
inAnnotation
boolean inAnnotation
True if we have started to define an annotation
in the tag/value file.
-
inExtractedLicenseDefinition
boolean inExtractedLicenseDefinition
True if we are building an extracted license definition
-
lastPackage
SpdxPackage lastPackage
The last (or current) package being defined by the tag/value file