Package | Description |
---|---|
org.kepler.kar | |
org.kepler.objectmanager.library |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<KARCacheContent> |
KARCacheManager.getKARCacheContents()
Return all of the KARCacheContents.
|
java.util.Vector<KARCacheContent> |
KARCacheManager.getKARCacheContents(java.io.File karFile)
Return all of the KARCacheContents in the specified KAR file.
|
java.util.Vector<KARCacheContent> |
KARCacheManager.getKARCacheContents(KeplerLSID lsid)
Return all of the KARCacheContents matching the specified lsid.
|
java.util.Vector<KARCacheContent> |
KARCacheManager.getKARCacheContents(java.lang.String type)
Return all of the KARCacheContents matching the specified type.
|
Modifier and Type | Method and Description |
---|---|
LibItem |
LibIndex.assureKarEntry(KARCacheContent content)
Assures that the LibIndex row under the folder hierarchy exists for the
given KARCacheContent.
|
java.util.Vector<LibItem> |
LibIndex.assureOntologyComponent(KARCacheContent content)
Assures that the LibIndex rows for the KARCacheContent object exist under
the Ontology tree.
|
int |
LibIndex.determineLibIndexType(KARCacheContent content)
Determine the appropriate LibIndex type of the given KARCacheContent
|