Klasse Component.Dependency
java.lang.Object
org.apache.ant.cyclonedx.Component.Dependency
- Umschließende Klasse:
Component
Represents a dependency of a component.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungLooks up the bom-ref of the dependency.voidIdentifies the dependency by its bom-ref.voidsetComponentRef(org.apache.tools.ant.types.Reference componentRef) Identifies the dependency by its Antidattribute.
-
Konstruktordetails
-
Dependency
public Dependency()
-
-
Methodendetails
-
setBomRef
Identifies the dependency by its bom-ref.- Parameter:
bomRef- dependency's bom-ref
-
setComponentRef
public void setComponentRef(org.apache.tools.ant.types.Reference componentRef) Identifies the dependency by its Antidattribute.- Parameter:
componentRef- reference to component that constitutes the dependency
-
getBomRef
Looks up the bom-ref of the dependency.- Gibt zurück:
- bom-ref of the dependency.
-