Klasse ExternalReferenceSet
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.ant.cyclonedx.ExternalReferenceSet
- Alle implementierten Schnittstellen:
Cloneable
public class ExternalReferenceSet
extends org.apache.tools.ant.types.DataType
A container for a collection of
ExternalReferences.
This class is a type exposed by this Ant Library. When using the
inherited refid attribute it can reference an instance
defined previously - in which case no child elements are
allowed.
-
Feldübersicht
Von Klasse geerbte Felder org.apache.tools.ant.types.DataType
checked, refVon Klasse geerbte Felder org.apache.tools.ant.ProjectComponent
description, location, project -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidAdds an external reference to this set.Collection<org.cyclonedx.model.ExternalReference> Return the external references contained in this set.protected ExternalReferenceSetgetRef()Perform the check for circular references and return the referenced ExternalReferenceSet.Von Klasse geerbte Methoden org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringVon Klasse geerbte Methoden org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Konstruktordetails
-
ExternalReferenceSet
public ExternalReferenceSet()
-
-
Methodendetails
-
addConfiguredExternalReference
Adds an external reference to this set.- Parameter:
ref- reference to add
-
getExternalReferences
Return the external references contained in this set.- Gibt zurück:
- external references contained in this set
-
getRef
Perform the check for circular references and return the referenced ExternalReferenceSet.- Gibt zurück:
ExternalReferenceSet.
-