| Modifier and Type | Field and Description |
|---|---|
protected List<AppVersion> |
applications
List of application names and versions, used when pulling from the server.
|
protected boolean |
autoDeploy |
protected File |
configDir
The destination to the application configurations.
|
protected String |
host
The host on which the JEE application server can be reached.
|
protected String |
password
The password for user access to the JEE application server.
|
protected int |
port
The port on which the JEE application server can be reached.
|
protected File |
sourceDir
The destination of the source files from the applications.
|
protected File |
tmpFile
The location to temporarily store the application archive.
|
protected String |
username
The user name to access the JEE application server.
|
| Constructor and Description |
|---|
LCABase() |
| Modifier and Type | Method and Description |
|---|---|
protected com.adobe.idp.applicationmanager.client.ApplicationConfigurationManager |
getAppConfigManager() |
protected com.adobe.livecycle.applicationmanager.client.ApplicationManagerClient |
getAppManager() |
getLog, getPluginContext, setLog, setPluginContext@Parameter(alias="jee.host",
defaultValue="${aem.host}",
required=true)
protected String host
@Parameter(alias="jee.port",
defaultValue="8080",
required=true)
protected int port
@Parameter(alias="jee.user",
defaultValue="administrator",
required=true)
protected String username
@Parameter(alias="jee.password",
defaultValue="password",
required=true)
protected String password
@Parameter(required=true) protected List<AppVersion> applications
@Parameter(required=true) protected File sourceDir
@Parameter(required=false) protected File configDir
@Parameter(required=true) protected File tmpFile
@Parameter(defaultValue="true") protected boolean autoDeploy
Copyright © 2019. All rights reserved.