Interface | Description |
---|---|
ClassContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing Java Classes.
|
EnterpriseContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing Enterprise related resources.
|
LibraryContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing Libraries.
|
ManifestContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing Manifest related resources.
|
ResourceAdapterContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing Resource adapter resources.
|
ResourceContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing a series of
ClassLoader , File , and
URL -based Assets as resources within an archive. |
ServiceProviderContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing service provider related resources.
|
WebContainer<T extends Archive<T>> |
Defines the contract for a component capable of storing web-related resources.
|