case class Component(bom-ref: String, type: Type, name: String, group: Option[String], version: Option[String], purl: Option[String], properties: List[Property], licenses: 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
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Component(bom-ref: String, type: Type, name: String, group: Option[String], version: Option[String], purl: Option[String], properties: List[Property], licenses: 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( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val group: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val licenses: List[LicenseWrapper]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated