Uses of Interface
org.jboss.shrinkwrap.api.container.ServiceProviderContainer
Packages that use ServiceProviderContainer
Package
Description
-
Uses of ServiceProviderContainer in org.jboss.shrinkwrap.api.spec
Subinterfaces of ServiceProviderContainer in org.jboss.shrinkwrap.api.specModifier and TypeInterfaceDescriptioninterface
Traditional JAR (Java Archive) structure.interface
Traditional WAR (Java Web Archive) structure. -
Uses of ServiceProviderContainer in org.jboss.shrinkwrap.impl.base
Classes in org.jboss.shrinkwrap.impl.base that implement ServiceProviderContainer -
Uses of ServiceProviderContainer in org.jboss.shrinkwrap.impl.base.container
Classes in org.jboss.shrinkwrap.impl.base.container that implement ServiceProviderContainerModifier and TypeClassDescriptionclass
ContainerBase<T extends Archive<T>>
ContainerBase Abstract class that helps implement the Archive, ManifestContainer, ResourceContainer, ClassContainer and LibraryContainer.class
EnterpriseContainerBase<T extends Archive<T>>
EnterpriseContainerSupport Abstract class that helps implement the EnterpriseContainer.class
ResourceAdapterContainerBase<T extends Archive<T>>
ResourceAdapterContainerBase Abstract class that helps implement the ResourceAdapter.class
WebContainerBase<T extends Archive<T>>
WebContainerBase Abstract class that helps implement the WebContainer. -
Uses of ServiceProviderContainer in org.jboss.shrinkwrap.impl.base.spec
Classes in org.jboss.shrinkwrap.impl.base.spec that implement ServiceProviderContainerModifier and TypeClassDescriptionclass
EnterpriseArchiveImplclass
Implementation of an archive with JAR-specific support.class
ResourceAdapterArchiveImplclass
WebArchiveImpl