public class SaveKAR extends java.lang.Object
Constructor and Description |
---|
SaveKAR() |
Modifier and Type | Method and Description |
---|---|
void |
addSaveInitiator(ComponentEntity ce) |
KeplerLSID |
checkNamedObjLSID(NamedObj no)
Every NamedObj should have an LSID.
|
void |
checkNamedObjName(NamedObj no)
Check a namedObj's name.
|
java.io.File |
getFile() |
java.util.ArrayList<ComponentEntity> |
getSaveInitiatorList() |
void |
saveToCache()
Save this KAR file to the cache only if it is being saved to disk in a
local repository.
|
KeplerLSID |
saveToDisk(TableauFrame tableauFrame,
java.lang.String overrideModDeps)
Save this KAR file to disk.
|
void |
setFile(java.io.File karFile) |
void |
specifyLSID(KeplerLSID lsid)
Set the LSID to be used for the KAR.
|
public SaveKAR()
public java.io.File getFile()
public void addSaveInitiator(ComponentEntity ce)
public java.util.ArrayList<ComponentEntity> getSaveInitiatorList()
public void specifyLSID(KeplerLSID lsid)
lsid
- public void setFile(java.io.File karFile)
public KeplerLSID checkNamedObjLSID(NamedObj no)
no
- public void checkNamedObjName(NamedObj no) throws java.lang.Exception
no
- java.lang.Exception
public KeplerLSID saveToDisk(TableauFrame tableauFrame, java.lang.String overrideModDeps)
public void saveToCache()