case class Component(bom-ref: String, type: Type, name: String, group: Option[String], version: Option[String], purl: Option[String], properties: List[Property], licenses: Option[List[LicenseWrapper]]) extends Product with Serializable
A software or hardware component used to build a software artifact.
- name
The component name.
- group
The component group.
- version
The component version.
- purl
The package URL. See https://github.com/package-url/purl-spec
- properties
A list of component properties as name-value pairs.
- licenses
Component licenses.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Component
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Component(bom-ref: String, type: Type, name: String, group: Option[String], version: Option[String], purl: Option[String], properties: List[Property], licenses: Option[List[LicenseWrapper]])
- name
The component name.
- group
The component group.
- version
The component version.
- purl
The package URL. See https://github.com/package-url/purl-spec
- properties
A list of component properties as name-value pairs.
- licenses
Component licenses.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bom-ref: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val group: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val licenses: Option[List[LicenseWrapper]]
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: List[Property]
- val purl: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val type: Type
- val version: Option[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)