| Modifier and Type | Method and Description |
|---|---|
DeployablePackage |
PatchExtractor.getPackage() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformCall.activate(DeployablePackage pack)
Activates a package
|
PlatformApplication |
PlatformCall.deploy(DeployablePackage pack,
List<File> files,
List<String> endpoints)
Deploys a package
|
PlatformApplication |
PlatformCall.deployAndActivate(DeployablePackage pack,
List<File> files,
List<String> endpoints)
A wrapper around the
#deploy(DeployablePackage) and PlatformCall.activate(DeployablePackage) methods |
| Modifier and Type | Class and Description |
|---|---|
class |
DMainPackage
An extension of
DeployablePackage which specializes in main package deployment |
class |
DPlatformApplication
An application to deploy on a virtual platform
|
class |
DPlugin
A deployable plugin
|
Copyright © 2015. All Rights Reserved.