ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Uses of Interface
org.jboss.shrinkwrap.api.container.ServiceProviderContainer

Packages that use ServiceProviderContainer
org.jboss.shrinkwrap.api.spec   
org.jboss.shrinkwrap.impl.base   
org.jboss.shrinkwrap.impl.base.container   
org.jboss.shrinkwrap.impl.base.spec   
 

Uses of ServiceProviderContainer in org.jboss.shrinkwrap.api.spec
 

Subinterfaces of ServiceProviderContainer in org.jboss.shrinkwrap.api.spec
 interface JavaArchive
          Traditional JAR (Java Archive) structure.
 interface WebArchive
          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
 class GenericArchiveImpl
          Implementation of a GenericArchive
 

Uses of ServiceProviderContainer in org.jboss.shrinkwrap.impl.base.container
 

Classes in org.jboss.shrinkwrap.impl.base.container that implement ServiceProviderContainer
 class 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 ServiceProviderContainer
 class EnterpriseArchiveImpl
          EnterpriseArchiveImpl
 class JavaArchiveImpl
          JavaArchiveImpl Implementation of an archive with JAR-specific support.
 class ResourceAdapterArchiveImpl
          ResourceAdapterArchiveImpl
 class WebArchiveImpl
          WebArchiveImpl
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.