Modifier and Type | Interface and Description |
---|---|
interface |
ClassContainer<T extends Archive<T>>
Defines the contract for a component capable of storing Java Classes.
|
interface |
ServiceProviderContainer<T extends Archive<T>>
Defines the contract for a component capable of storing service provider related resources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EnterpriseArchive
Traditional EAR (Java Enterprise Archive) structure.
|
interface |
JavaArchive
Traditional JAR (Java Archive) structure.
|
interface |
ResourceAdapterArchive
Traditional RAR (Resource Adapter Archive) structure.
|
interface |
WebArchive
Traditional WAR (Java Web Archive) structure.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericArchiveImpl
Implementation of a
GenericArchive |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EnterpriseArchiveImpl
EnterpriseArchiveImpl
|
class |
JavaArchiveImpl
Implementation of an archive with JAR-specific support.
|
class |
ResourceAdapterArchiveImpl
ResourceAdapterArchiveImpl
|
class |
WebArchiveImpl
WebArchiveImpl
|