| Package | Description | 
|---|---|
| gov.nist.secauto.swid.builder | |
| gov.nist.secauto.swid.builder.output | 
| Modifier and Type | Method and Description | 
|---|---|
LinkBuilder | 
LinkBuilder.artifact(String artifact)
For use with rel="installationmedia" to identify the canonical name for an installation media
 resource. 
 | 
static LinkBuilder | 
LinkBuilder.create()  | 
LinkBuilder | 
LinkBuilder.href(URI uri)
Sets the to-be-built link's href to the provided value. 
 | 
LinkBuilder | 
LinkBuilder.media(String query)
Sets the to-be-built link's media to the provided value. 
 | 
LinkBuilder | 
LinkBuilder.mediaType(String mediaType)
Provide the IANA MediaType for the resource targeted by the href attribute; this provides the
 consumer with knowledge of the format of the referenced resource. 
 | 
LinkBuilder | 
LinkBuilder.ownership(LinkOwnership ownership)
Sets the to-be-built link's ownership to the provided value. 
 | 
LinkBuilder | 
LinkBuilder.rel(String rel)
Sets the to-be-built link's rel to the provided value. 
 | 
LinkBuilder | 
LinkBuilder.use(LinkUse use)
Sets the to-be-built link's use to the provided value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<LinkBuilder> | 
SWIDBuilder.getLinks()  | 
| Modifier and Type | Method and Description | 
|---|---|
SWIDBuilder | 
SWIDBuilder.addLink(LinkBuilder link)
Adds a new link to the tag. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.jdom2.Element | 
XMLOutputHandler.build(LinkBuilder builder)  | 
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.