Interface | Description |
---|---|
KAREntryHandler |
Class | Description |
---|---|
ExportRunsToKAR |
This class allows for exporting runs to a KAR
without user interaction
|
KARBuilder | |
KARCacheContent |
This class holds the information for one row of the KAR_CACHE_CONTENT table.
|
KARCached |
This class holds the information for one row of the KARS_CACHED table.
|
KARCacheError |
This class holds the information for one row of the KARS_CACHED table.
|
KARCacheManager |
This is a singleton class to help manage KARs as they are stored in the
cache.
|
KarCombiner |
This class is a helper class for combining many kars together into one kar.
|
KarDoclet |
A doclet that creates documentation for KAR files.
|
KAREntry |
Represents one entry that is contained inside of a KAR file.
|
KAREntryHandlerFactory | |
KARFile |
A KAR file is just a jar file that requires a manifest to be present that has
"KAR-Version" and "lsid" main attributes.
|
KARManager |
This singleton keeps a mapping of JFrames to KARFiles.
|
KARManifest |
KAR manifest file.
|
ModuleDependencyUtil | |
SaveKAR |
This is a gui independent class to be used for saving a KAR file to disk and
to remote repositories.
|
SuperClassPathFinderDoclet |
A doclet to find the paths of all super classes for an object.
|
UploadToRepository |
This action imports a kar file to the system
|
Exception | Description |
---|---|
KARAlreadyCachedException |
exception thrown when a kar file has already been cached.
|