SbomUtilities class

Utility functions for the SBOM package.

Constructors

SbomUtilities.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

last String
Last output, for testing.
getter/setter pair
verbosity int
Verbosity(Loudness)
getter/setter pair

Static Methods

error(String text) → void
Error
loud(String text) → void
Loud verbosity logging.
louder(String text) → void
Louder verbosity logging.
tagsToString(List tags) String
Tag names to string for logging.
warning(String text) → void
Warning