public final class LcmArchiveFactory extends Object
package description| Modifier and Type | Method and Description |
|---|---|
static LcmArchive |
newInstance(String path)
Creates a fresh instance of non-encrypted LCM archive of given path.
|
static LcmArchive |
newInstance(String path,
String password)
Creates a fresh instance of encrypted LCM archive of given path and given password.
|
public static LcmArchive newInstance(String path) throws com.businessobjects.lcm.utilities.LCMException
path - file pathcom.businessobjects.lcm.utilities.LCMException - in case of errorLcmArchivepublic static LcmArchive newInstance(String path, String password) throws com.businessobjects.lcm.utilities.LCMException
path - file pathpassword - encryption passwordcom.businessobjects.lcm.utilities.LCMException - in case of errorLcmArchive