Uses of Class
org.gcube.common.vremanagement.deployer.impl.resources.BasePackage

Packages that use BasePackage
org.gcube.common.vremanagement.deployer.impl.operators.common   
org.gcube.common.vremanagement.deployer.impl.resources   
org.gcube.common.vremanagement.deployer.impl.resources.deployment   
org.gcube.common.vremanagement.deployer.impl.resources.undeployment   
org.gcube.common.vremanagement.deployer.impl.state   
 

Uses of BasePackage in org.gcube.common.vremanagement.deployer.impl.operators.common
 

Methods in org.gcube.common.vremanagement.deployer.impl.operators.common with parameters of type BasePackage
 void Scheduler.add(BasePackage target)
          Adds the scripts belonging to the given package to the scheduler.
 void RebootScheduler.add(BasePackage target)
          Adds the scripts belonging to the given package to the scheduler.
 void BaseScheduler.add(BasePackage target)
          Adds the scripts belonging to the given package to the scheduler.
protected  List<String> UninstallScheduler.getScriptsToSchedule(BasePackage target)
          Extracts the scripts to schedule from the given package
protected  List<String> RebootScheduler.getScriptsToSchedule(BasePackage target)
          Extracts the scripts to schedule from the given package
protected  List<String> InstallScheduler.getScriptsToSchedule(BasePackage target)
          Extracts the scripts to schedule from the given package
protected abstract  List<String> BaseScheduler.getScriptsToSchedule(BasePackage target)
          Extracts the scripts to schedule from the given package
 void Scheduler.remove(BasePackage target)
          Removes all the scripts of the given package from the scheduler
 void RebootScheduler.remove(BasePackage target)
          Removes all the scripts of the given package from the scheduler
 void BaseScheduler.remove(BasePackage target)
          Removes all the scripts of the given package from the scheduler
 

Uses of BasePackage in org.gcube.common.vremanagement.deployer.impl.resources
 

Subclasses of BasePackage in org.gcube.common.vremanagement.deployer.impl.resources
 class BaseTypedPackage
           
 

Methods in org.gcube.common.vremanagement.deployer.impl.resources that return BasePackage
static BasePackage Converter.toBasePackage(org.gcube.common.vremanagement.deployer.stubs.common.PackageInfo source)
          Converts a PackageInfo into a BasePackage
 

Methods in org.gcube.common.vremanagement.deployer.impl.resources with parameters of type BasePackage
static org.gcube.common.core.resources.GCUBEHostingNode.Package Converter.toGHNPackage(BasePackage source)
          Converts a DeployablePackage into a GCUBEHostingNode.Package
static org.gcube.common.vremanagement.deployer.stubs.common.PackageInfo Converter.toPackageInfo(BasePackage source)
          Converts a BasePackage into a PackageInfo
 

Uses of BasePackage in org.gcube.common.vremanagement.deployer.impl.resources.deployment
 

Subclasses of BasePackage in org.gcube.common.vremanagement.deployer.impl.resources.deployment
 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
           
 

Uses of BasePackage in org.gcube.common.vremanagement.deployer.impl.resources.undeployment
 

Subclasses of BasePackage in org.gcube.common.vremanagement.deployer.impl.resources.undeployment
 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
 

Uses of BasePackage in org.gcube.common.vremanagement.deployer.impl.state
 

Methods in org.gcube.common.vremanagement.deployer.impl.state that return types with arguments of type BasePackage
 Set<? extends BasePackage> DeployerResource.getPackagesToUpdate()
          Gets the list of packages to be updated with new Scopes
 



Copyright © 2012. All Rights Reserved.