public final class ExtensionListEntry extends Object
Constructor and Description |
---|
ExtensionListEntry(String title,
String name,
String specificationVersion,
String implementationVersion,
String implementationVendorId,
URI implementationUrl)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
URI |
getImplementationUrl()
Get the implementation URL.
|
String |
getImplementationVendorId()
Get the implementation vendor ID.
|
String |
getImplementationVersion()
Get the implementation version.
|
String |
getName()
Get the extension name.
|
String |
getSpecificationVersion()
Get the specification version.
|
String |
getTitle()
Get the extension list title (from the
Extension-List attribute) for this entry. |
String |
toString() |
public ExtensionListEntry(String title, String name, String specificationVersion, String implementationVersion, String implementationVendorId, URI implementationUrl)
title
- the name of the value of the Extension-List
attribute for this itemname
- the value of the <extension>-Extension-Name
attributespecificationVersion
- the value of the <extension>-Specification-Version
attributeimplementationVersion
- the value of the <extension>-Implementation-Version
attributeimplementationVendorId
- the value of the <extension>-Implementation-Vendor-Id
attributeimplementationUrl
- the value of the <extension>-Implementation-URL
attributepublic String getTitle()
Extension-List
attribute) for this entry.public String getName()
public String getSpecificationVersion()
public String getImplementationVersion()
public String getImplementationVendorId()
public URI getImplementationUrl()
Copyright © 2023 JBoss by Red Hat. All rights reserved.