Class ExtensionListEntry
java.lang.Object
org.jboss.as.server.deployment.module.ExtensionListEntry
An extension list entry.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtensionListEntry
public ExtensionListEntry(String title, String name, String specificationVersion, String implementationVersion, String implementationVendorId, URI implementationUrl) Construct a new instance.- Parameters:
title- the name of the value of theExtension-Listattribute for this itemname- the value of the<extension>-Extension-NameattributespecificationVersion- the value of the<extension>-Specification-VersionattributeimplementationVersion- the value of the<extension>-Implementation-VersionattributeimplementationVendorId- the value of the<extension>-Implementation-Vendor-IdattributeimplementationUrl- the value of the<extension>-Implementation-URLattribute
-
-
Method Details
-
getTitle
Get the extension list title (from theExtension-Listattribute) for this entry.- Returns:
- the title
-
getName
Get the extension name.- Returns:
- the extension name
-
getSpecificationVersion
Get the specification version.- Returns:
- the specification version
-
getImplementationVersion
Get the implementation version.- Returns:
- the implementation version
-
getImplementationVendorId
Get the implementation vendor ID.- Returns:
- the implementation vendor ID
-
getImplementationUrl
Get the implementation URL.- Returns:
- the implementation URL
-
toString
-