CapsuleUtils lets an application running in a capsule obtain information from the capsule.
Jar allows simple, programmatic creation of JAR file/streams, and can be used by a server that generates customized capsules.
CapsuleLauncher launched capsules programmatically, and is used by capsule containers.
See: Description
| Interface | Description |
|---|---|
| Capsule |
A capsule.
|
| Jar.Filter |
| Class | Description |
|---|---|
| Attribute<T> | |
| CapletUtil | |
| CapsuleLauncher |
Provides methods for loading, inspecting, and launching capsules.
|
| CapsuleUtils |
A utility class that can be used by code launched in a capsule to interact with the capsule.
|
| Jar |
A JAR file that can be easily modified.
|
| Platform |
CapsuleUtils lets an application running in a capsule obtain information from the capsule.Jar allows simple, programmatic creation of JAR file/streams, and can be used by a server that generates customized capsules.CapsuleLauncher launched capsules programmatically, and is used by capsule containers.