| Modifier and Type | Method and Description |
|---|---|
static LcmArchive |
LcmArchiveFactory.newInstance(String path)
Creates a fresh instance of non-encrypted LCM archive of given path.
|
static LcmArchive |
LcmArchiveFactory.newInstance(String path,
String password)
Creates a fresh instance of encrypted LCM archive of given path and given password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportScenario.setDestination(LcmArchive exportFile)
Sets LCM archive destination file.
|
void |
ImportScenario.setSource(LcmArchive importFile)
Sets LCM archive source file.
|