Package org.jboss.modules
Class PackageSpec
java.lang.Object
org.jboss.modules.PackageSpec
A specification for a package to define.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the package assertion setting.Get the implementation title.Get the implementation vendor.Get the implementation version.Get the URL against which this package is sealed.Get the package specification title.Set the package specification vendor.Get the package specification version.setAssertionSetting
(AssertionSetting assertionSetting) Set the package assertion setting.void
setAssertionSetting$$bridge
(AssertionSetting assertionSetting) setImplTitle
(String implTitle) Set the implementation title.void
setImplTitle$$bridge
(String implTitle) setImplVendor
(String implVendor) Set the implementation vendor.void
setImplVendor$$bridge
(String implVendor) setImplVersion
(String implVersion) Set the implementation version.void
setImplVersion$$bridge
(String implVersion) void
setSealBase
(URL sealBase) Set the URL against which this package is sealed.setSpecTitle
(String specTitle) Set the package specification title.void
setSpecTitle$$bridge
(String specTitle) setSpecVendor
(String specVendor) Set the package specification vendor.void
setSpecVendor$$bridge
(String specVendor) setSpecVersion
(String specVersion) Set the package specification version.void
setSpecVersion$$bridge
(String specVersion)
-
Constructor Details
-
PackageSpec
public PackageSpec()
-
-
Method Details
-
getSpecTitle
Get the package specification title.- Returns:
- the specification title
- See Also:
-
setSpecTitle
Set the package specification title.- Parameters:
specTitle
- the specification title- See Also:
-
setSpecTitle$$bridge
-
getSpecVersion
Get the package specification version.- Returns:
- the specification version
- See Also:
-
setSpecVersion
Set the package specification version.- Parameters:
specVersion
- the specification version- See Also:
-
setSpecVersion$$bridge
-
getSpecVendor
Set the package specification vendor.- Returns:
- the specification vendor
- See Also:
-
setSpecVendor
Set the package specification vendor.- Parameters:
specVendor
- the specification vendor- See Also:
-
setSpecVendor$$bridge
-
getImplTitle
Get the implementation title.- Returns:
- the implementation title
- See Also:
-
setImplTitle
Set the implementation title.- Parameters:
implTitle
- the implementation title- See Also:
-
setImplTitle$$bridge
-
getImplVersion
Get the implementation version.- Returns:
- the implementation version
- See Also:
-
setImplVersion
Set the implementation version.- Parameters:
implVersion
- the implementation version- See Also:
-
setImplVersion$$bridge
-
getImplVendor
Get the implementation vendor.- Returns:
- the implementation vendor
- See Also:
-
setImplVendor
Set the implementation vendor.- Parameters:
implVendor
- the implementation vendor- See Also:
-
setImplVendor$$bridge
-
getSealBase
Get the URL against which this package is sealed.- Returns:
- the seal base URL
- See Also:
-
setSealBase
Set the URL against which this package is sealed.- Parameters:
sealBase
- the seal base URL- See Also:
-
getAssertionSetting
Get the package assertion setting.- Returns:
- the package assertion setting
-
setAssertionSetting
Set the package assertion setting.- Parameters:
assertionSetting
- the package assertion setting
-
setAssertionSetting$$bridge
-