public final class PackageSpec extends Object
| Constructor | Description |
|---|---|
PackageSpec() |
| Modifier and Type | Method | Description |
|---|---|---|
AssertionSetting |
getAssertionSetting() |
Get the package assertion setting.
|
String |
getImplTitle() |
Get the implementation title.
|
String |
getImplVendor() |
Get the implementation vendor.
|
String |
getImplVersion() |
Get the implementation version.
|
URL |
getSealBase() |
Get the URL against which this package is sealed.
|
String |
getSpecTitle() |
Get the package specification title.
|
String |
getSpecVendor() |
Set the package specification vendor.
|
String |
getSpecVersion() |
Get the package specification version.
|
void |
setAssertionSetting(AssertionSetting assertionSetting) |
Set the package assertion setting.
|
void |
setImplTitle(String implTitle) |
Set the implementation title.
|
void |
setImplVendor(String implVendor) |
Set the implementation vendor.
|
void |
setImplVersion(String implVersion) |
Set the implementation version.
|
void |
setSealBase(URL sealBase) |
Set the URL against which this package is sealed.
|
void |
setSpecTitle(String specTitle) |
Set the package specification title.
|
void |
setSpecVendor(String specVendor) |
Set the package specification vendor.
|
void |
setSpecVersion(String specVersion) |
Set the package specification version.
|
public String getSpecTitle()
Attributes.Name.SPECIFICATION_TITLEpublic void setSpecTitle(String specTitle)
specTitle - the specification titleAttributes.Name.SPECIFICATION_TITLEpublic String getSpecVersion()
Attributes.Name.SPECIFICATION_VERSIONpublic void setSpecVersion(String specVersion)
specVersion - the specification versionAttributes.Name.SPECIFICATION_VERSIONpublic String getSpecVendor()
Attributes.Name.SPECIFICATION_VENDORpublic void setSpecVendor(String specVendor)
specVendor - the specification vendorAttributes.Name.SPECIFICATION_VENDORpublic String getImplTitle()
Attributes.Name.IMPLEMENTATION_TITLEpublic void setImplTitle(String implTitle)
implTitle - the implementation titleAttributes.Name.IMPLEMENTATION_TITLEpublic String getImplVersion()
Attributes.Name.IMPLEMENTATION_VERSIONpublic void setImplVersion(String implVersion)
implVersion - the implementation versionAttributes.Name.IMPLEMENTATION_VENDORpublic String getImplVendor()
Attributes.Name.IMPLEMENTATION_VENDORpublic void setImplVendor(String implVendor)
implVendor - the implementation vendorAttributes.Name.IMPLEMENTATION_VENDORpublic URL getSealBase()
Attributes.Name.SEALEDpublic void setSealBase(URL sealBase)
sealBase - the seal base URLAttributes.Name.SEALEDpublic AssertionSetting getAssertionSetting()
public void setAssertionSetting(AssertionSetting assertionSetting)
assertionSetting - the package assertion settingCopyright © 2022 JBoss by Red Hat. All rights reserved.