Package com.liferay.portal.lpkg.deployer
Interface LPKGVerifier
public interface LPKGVerifier
-
Method Summary
-
Method Details
-
verify
Verifies that the file is deployable as an LPKG bundle.- Parameters:
lpkgFile- the file to verify- Returns:
- the older bundles with the same symbolic name and lower versions. The older bundles must be uninstalled before the new LPKG file can be installed. When no older bundles are found, this method returns an empty list.
- Throws:
LPKGVerifyException- if the LPKG file does not contain aliferay-marketplace.propertiesfile, if theliferay-marketplace.propertiesfile does not have a valid title and version, or if a bundle already exists with the same symbolic name and version
-