Uses of Class
org.jboss.modules.PackageSpec
Packages that use PackageSpec
-
Uses of PackageSpec in org.jboss.modules
Methods in org.jboss.modules that return PackageSpecModifier and TypeMethodDescriptionAbstractResourceLoader.getPackageSpec
(String name) protected static PackageSpec
AbstractResourceLoader.getPackageSpec
(String name, Manifest manifest, URL rootUrl) Convenience method to get a package specification from aManifest
.ResourceLoader.getPackageSpec
(String name) Get the package specification for the given directory name.PackageSpec.setAssertionSetting
(AssertionSetting assertionSetting) Set the package assertion setting.PackageSpec.setImplTitle
(String implTitle) Set the implementation title.PackageSpec.setImplVendor
(String implVendor) Set the implementation vendor.PackageSpec.setImplVersion
(String implVersion) Set the implementation version.PackageSpec.setSpecTitle
(String specTitle) Set the package specification title.PackageSpec.setSpecVendor
(String specVendor) Set the package specification vendor.PackageSpec.setSpecVersion
(String specVersion) Set the package specification version.