|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InvalidPackageArchiveException in org.gcube.common.vremanagement.deployer.impl.operators.deployment |
|---|
| Methods in org.gcube.common.vremanagement.deployer.impl.operators.deployment that throw InvalidPackageArchiveException | |
|---|---|
String |
Downloader.downloadPackage(File file)
Downloads the package from a local path |
String |
Downloader.downloadPackage(URI uri)
Downloads the package |
String |
Downloader.downloadPatch(URI uri)
Downloads the patch |
Deployable |
PackageExtractor.getPackage()
|
Deployable |
Extractor.getPackage()
Gets the downloaded package |
Deployable |
ExternalPackageExtractor.getPackage()
|
protected String |
Downloader.internalHTTPdownload(String baseDir,
URI uri)
|
| Uses of InvalidPackageArchiveException in org.gcube.common.vremanagement.deployer.impl.operators.patch |
|---|
| Methods in org.gcube.common.vremanagement.deployer.impl.operators.patch that throw InvalidPackageArchiveException | |
|---|---|
DeployablePackage |
PatchExtractor.getPackage()
|
String |
PatchExtractor.getPatchFolder()
|
protected void |
PatchExtractor.manageDownloadedFile()
|
| Uses of InvalidPackageArchiveException in org.gcube.common.vremanagement.deployer.impl.resources.deployment |
|---|
| Methods in org.gcube.common.vremanagement.deployer.impl.resources.deployment that throw InvalidPackageArchiveException | |
|---|---|
static Deployable |
DeployablePackageFactory.createDeployablePackageFromJar(ExternalPackageExtractor extractor)
Creates a new Deployable package starting from its extractor |
static Deployable |
DeployablePackageFactory.createDeployablePackageFromProfile(org.gcube.common.core.resources.service.Package packageprofile,
PackageExtractor extractor)
Creates a new Deployable package starting from its profile |
void |
ExternalDeployablePackage.deploy(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
void |
DeployablePackage.deploy(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
void |
Deployable.deploy(Set<org.gcube.common.core.scope.GCUBEScope> targets)
Deploys the package |
String |
DPlatformApplication.deployApp(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
String |
DExternalLibraryPackage.deployApp(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
String |
DeployablePackage.deployApp(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
String |
Deployable.deployApp(Set<org.gcube.common.core.scope.GCUBEScope> targets)
Deploys the package as an application |
abstract void |
ExternalDeployablePackage.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
void |
DPlugin.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
void |
DPlatformApplication.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
void |
DMainPackage.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
void |
DExternalLibraryPackage.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
abstract void |
DeployablePackage.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
|
void |
ExternalDeployablePackage.postDeploy()
|
void |
DeployablePackage.postDeploy()
|
void |
Deployable.postDeploy()
Performs the post-deployment operations |
void |
ExternalDeployablePackage.preDeploy()
|
void |
DeployablePackage.preDeploy()
|
void |
Deployable.preDeploy()
Performs the pre-deployment operations |
protected void |
DeployablePackage.runInstallScripts()
Executes the installation scripts for the package |
boolean |
ExternalDeployablePackage.verify()
|
boolean |
DPlugin.verify()
Verifies if the package has been correctly deployed |
boolean |
DPlatformApplication.verify()
|
boolean |
DMainPackage.verify()
Verifies if the package has been correctly deployed |
boolean |
DExternalLibraryPackage.verify()
|
boolean |
Deployable.verify()
Verifies if the package has been correctly deployed |
| Uses of InvalidPackageArchiveException in org.gcube.common.vremanagement.deployer.impl.resources.undeployment |
|---|
| Methods in org.gcube.common.vremanagement.deployer.impl.resources.undeployment that throw InvalidPackageArchiveException | |
|---|---|
static UndeployablePackage |
UndeployablePackageFactory.makeUndeployable(BaseTypedPackage base)
|
protected void |
UndeployablePluginPackage.packageUndeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
Performs package-specific undeployment actions |
protected void |
UndeployablePlatformApplication.packageUndeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
|
protected abstract void |
UndeployablePackage.packageUndeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
Performs package-specific undeployment actions |
void |
UndeployableMainPackage.packageUndeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
Performs package-specific undeployment actions |
void |
UndeployableLibraryPackage.packageUndeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
Performs package-specific undeployment actions |
void |
UndeployableApplicationPackage.packageUndeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
Performs package-specific undeployment actions |
void |
UndeployablePackage.postUndeploy()
Performs the following post-undeployment operations execute the uninstall scripts from the unistall remove all the reboot scripts from the reboot |
void |
Undeployable.postUndeploy()
Performs the post-undeployment operations |
void |
UndeployablePackage.preUndeploy()
Performs the pre-undeployment operations |
void |
Undeployable.preUndeploy()
Performs the pre-undeployment operations |
void |
UndeployablePackage.undeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
Undeploys the package from the scopes |
void |
Undeployable.undeploy(Set<org.gcube.common.core.scope.GCUBEScope> scopes,
boolean cleanState)
Undeploys the package from the scopes |
boolean |
UndeployablePluginPackage.verify()
Verifies if the package has been correctly undeployed |
boolean |
UndeployablePlatformApplication.verify()
|
boolean |
UndeployablePackage.verify()
|
boolean |
UndeployableMainPackage.verify()
Verifies if the package has been correctly undeployed |
boolean |
UndeployableLibraryPackage.verify()
Verifies if the package has been correctly undeployed |
boolean |
UndeployableApplicationPackage.verify()
Verifies if the package has been correctly undeployed |
boolean |
Undeployable.verify()
Verifies if the package has been correctly undeployed |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||