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_TITLE
public void setSpecTitle(String specTitle)
specTitle
- the specification titleAttributes.Name.SPECIFICATION_TITLE
public String getSpecVersion()
Attributes.Name.SPECIFICATION_VERSION
public void setSpecVersion(String specVersion)
specVersion
- the specification versionAttributes.Name.SPECIFICATION_VERSION
public String getSpecVendor()
Attributes.Name.SPECIFICATION_VENDOR
public void setSpecVendor(String specVendor)
specVendor
- the specification vendorAttributes.Name.SPECIFICATION_VENDOR
public String getImplTitle()
Attributes.Name.IMPLEMENTATION_TITLE
public void setImplTitle(String implTitle)
implTitle
- the implementation titleAttributes.Name.IMPLEMENTATION_TITLE
public String getImplVersion()
Attributes.Name.IMPLEMENTATION_VERSION
public void setImplVersion(String implVersion)
implVersion
- the implementation versionAttributes.Name.IMPLEMENTATION_VENDOR
public String getImplVendor()
Attributes.Name.IMPLEMENTATION_VENDOR
public void setImplVendor(String implVendor)
implVendor
- the implementation vendorAttributes.Name.IMPLEMENTATION_VENDOR
public URL getSealBase()
Attributes.Name.SEALED
public void setSealBase(URL sealBase)
sealBase
- the seal base URLAttributes.Name.SEALED
public AssertionSetting getAssertionSetting()
public void setAssertionSetting(AssertionSetting assertionSetting)
assertionSetting
- the package assertion settingCopyright © 2022 JBoss by Red Hat. All rights reserved.