| Package | Description |
|---|---|
| org.kepler.kar | |
| org.kepler.kar.handlers | |
| org.kepler.objectmanager.cache |
| Modifier and Type | Method and Description |
|---|---|
KAREntryHandler |
KAREntryHandlerFactory.createKAREntryHandler()
Always returns null, this method should be overridden by the factory
instance that extends this factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActorMetadataKAREntryHandler |
class |
JARKAREntryHandler
A KAREntryHandler extension that saves JAR files that are in KAR files to
somewhere on disk.
|
class |
ModuleTxtKAREntryHandler
a kar handler to handle downloading modules if a kar file needs them
|
class |
ProvKAREntryHandler
A KAR entry handler that imports/exports workflow provenance
in PROV format.
|
class |
ReportInstanceKAREntryHandler |
class |
ReportLayoutKAREntryHandler |
class |
WorkflowRunEntryHandler |
| Modifier and Type | Method and Description |
|---|---|
KAREntryHandler |
JARKAREntryHandler.Factory.createKAREntryHandler()
Create a library pane that displays the given library of actors.
|
KAREntryHandler |
ActorMetadataKAREntryHandler.Factory.createKAREntryHandler()
Create a library pane that displays the given library of actors.
|
KAREntryHandler |
ModuleTxtKAREntryHandler.Factory.createKAREntryHandler()
Create a library pane that displays the given library of actors.
|
KAREntryHandler |
ProvKAREntryHandler.Factory.createKAREntryHandler() |
KAREntryHandler |
WorkflowRunEntryHandler.Factory.createKAREntryHandler()
.
|
KAREntryHandler |
ReportLayoutKAREntryHandler.Factory.createKAREntryHandler()
Create a library pane that displays the given library of actors.
|
KAREntryHandler |
ReportInstanceKAREntryHandler.Factory.createKAREntryHandler()
Create a KAREntryHandler
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<KAREntryHandler> |
CacheManager.getKAREntryHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheManager.addKAREntryHandler(KAREntryHandler keh) |