Class LPKGTestUtil
java.lang.Object
com.liferay.portal.lpkg.deployer.test.util.LPKGTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamstatic InputStreamstatic voidcreateLPKG(Path path, String symbolicName, boolean createWar) static voidcreateLPKG(Path path, String symbolicName, boolean createWar, org.osgi.framework.Version lpkgVersion, org.osgi.framework.Version jarVersion) static InputStream
-
Constructor Details
-
LPKGTestUtil
public LPKGTestUtil()
-
-
Method Details
-
createJAR
- Throws:
IOException
-
createJAR
public static InputStream createJAR(String symbolicName, org.osgi.framework.Version version) throws IOException - Throws:
IOException
-
createLPKG
- Throws:
IOException
-
createLPKG
public static void createLPKG(Path path, String symbolicName, boolean createWar, org.osgi.framework.Version lpkgVersion, org.osgi.framework.Version jarVersion) throws IOException - Throws:
IOException
-
createWAR
- Throws:
IOException
-