Uses of Class
org.gcube.common.vremanagement.deployer.impl.operators.common.InvalidPackageArchiveException

Packages that use InvalidPackageArchiveException
org.gcube.common.vremanagement.deployer.impl.operators.deployment   
org.gcube.common.vremanagement.deployer.impl.operators.patch   
org.gcube.common.vremanagement.deployer.impl.resources.deployment   
org.gcube.common.vremanagement.deployer.impl.resources.undeployment   
 

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 ExternalPackageExtractor.getPackage()
           
 Deployable Extractor.getPackage()
          Gets the downloaded package
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 DExternalLibraryPackage.deployApp(Set<org.gcube.common.core.scope.GCUBEScope> targets)
           
 String DPlatformApplication.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
 void DExternalLibraryPackage.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
           
 void DPlatformApplication.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
           
 void DPlugin.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
          
abstract  void ExternalDeployablePackage.deployPackage(Set<org.gcube.common.core.scope.GCUBEScope> targets)
           
 void DMainPackage.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 DExternalLibraryPackage.verify()
           
 boolean DPlatformApplication.verify()
           
 boolean DPlugin.verify()
          Verifies if the package has been correctly deployed
 boolean ExternalDeployablePackage.verify()
           
 boolean DMainPackage.verify()
          Verifies if the package has been correctly deployed
 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)
           
 void UndeployableApplicationPackage.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  void UndeployablePluginPackage.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
protected abstract  void UndeployablePackage.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 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 UndeployableApplicationPackage.verify()
          Verifies if the package has been correctly undeployed
 boolean UndeployablePlatformApplication.verify()
           
 boolean UndeployablePluginPackage.verify()
          Verifies if the package has been correctly undeployed
 boolean UndeployableMainPackage.verify()
          Verifies if the package has been correctly undeployed
 boolean UndeployablePackage.verify()
           
 boolean UndeployableLibraryPackage.verify()
          Verifies if the package has been correctly undeployed
 boolean Undeployable.verify()
          Verifies if the package has been correctly undeployed
 



Copyright © 2013. All Rights Reserved.