| Modifier and Type | Method and Description |
|---|---|
static org.gcube.common.vremanagement.deployer.stubs.deployer.DeployedPackage |
Converter.toDeployablePackage(BaseTypedPackage source)
Converts a
DeployablePackage into a DeployedPackage |
| Modifier and Type | Class and Description |
|---|---|
class |
DeployablePackage
Base deployable package
|
class |
DExternalLibraryPackage |
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
|
class |
ExternalDeployablePackage |
| Modifier and Type | Method and Description |
|---|---|
BaseTypedPackage |
Deployable.getSourcePackage() |
BaseTypedPackage |
DeployablePackage.getSourcePackage() |
BaseTypedPackage |
ExternalDeployablePackage.getSourcePackage() |
| Modifier and Type | Class and Description |
|---|---|
class |
UndeployableApplicationPackage |
class |
UndeployableLibraryPackage
Undeployable Library Package
|
class |
UndeployableMainPackage
Undeployable Main Package
|
class |
UndeployablePackage
Base undeployable package
|
class |
UndeployablePlatformApplication
Undeployment for application running on external platform
|
class |
UndeployablePluginPackage
Undeployable Plugin Package
|
| Modifier and Type | Method and Description |
|---|---|
static UndeployablePackage |
UndeployablePackageFactory.makeUndeployable(BaseTypedPackage base) |
| Constructor and Description |
|---|
UndeployableApplicationPackage(BaseTypedPackage base) |
UndeployableLibraryPackage(BaseTypedPackage base)
Creates a new
UndeployableLibraryPackage starting from BaseTypedPackage |
UndeployableMainPackage(BaseTypedPackage base) |
UndeployablePackage(BaseTypedPackage base) |
UndeployablePlatformApplication(BaseTypedPackage base) |
UndeployablePluginPackage(BaseTypedPackage base)
Creates a new
UndeployablePluginPackage starting from BaseTypedPackage |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdatableMainPackage |
class |
UpdatablePackage |
| Modifier and Type | Method and Description |
|---|---|
static UpdatablePackage |
UpdatablePackageFactory.getUpdatablePackage(BaseTypedPackage base) |
| Constructor and Description |
|---|
UpdatableMainPackage(BaseTypedPackage base) |
| Modifier and Type | Method and Description |
|---|---|
BaseTypedPackage |
DeployerResource.getPackage(KeyData key)
Gets a previously deployed package from the service's state
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployerResource.addPackage(BaseTypedPackage pack)
Adds a new package to the resource state
|
boolean |
DeployerResource.isDeployed(BaseTypedPackage pack)
Checks if a package is already deployed here
|
boolean |
DeployerResource.isUndeployable(BaseTypedPackage base,
Set<org.gcube.common.core.scope.GCUBEScope> scopes)
Decides whether or not a package can be undeployed
|
void |
DeployerResource.removePackage(BaseTypedPackage pack)
Removes a package from the resource state
|
Copyright © 2015. All Rights Reserved.