public class ContentInstaller extends Object
| Constructor and Description |
|---|
ContentInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateAemPackage(String packageName)
This method uploads, installs and replicates the package indicated by the name
provided as the method's parameter.
|
void |
installAemPackage(String packageName)
This method requests AEM to install a package.
|
public void installAemPackage(String packageName) throws IOException
packageName - Name of the package to be installed.IOException - Thrown when AEM instance returns NOK response.public void activateAemPackage(String packageName) throws IOException
packageName - Name of the package to be activated.IOException - Thrown when AEM instance returns NOK response.Copyright © 2016–2018 Cognifide Ltd.. All rights reserved.