SbomTags<T, S, B> class abstract

Tags database. T, tag, S, tag section B, tag builder.

Implementers

Constructors

SbomTags(B builder)
Construction

Properties

builder ↔ B
The tag builder.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<T>
The tag database.
getter/setter pair

Methods

exists(String name) bool
Exists.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sectionTags(S section) List<T>
Get all tags for a specified section in section position order.
sectionValid(S section) List<T>
Check if a section is valid, i.e all its mandatory tags have values. Returns a list of mandatory tags that do not have values, empty indicating the section is valid.
tagByName(String name) → T
Get a tag by its name
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited