Uses of Class
org.gcube.vremanagement.resourcemanager.impl.resources.software.Dependency

Packages that use Dependency
org.gcube.vremanagement.resourcemanager.impl.resources   
org.gcube.vremanagement.resourcemanager.impl.resources.software   
 

Uses of Dependency in org.gcube.vremanagement.resourcemanager.impl.resources
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources that return types with arguments of type Dependency
 List<Dependency> ScopedDeployedSoftware.getLastMissingDependencies()
          Gets the list of missing dependencies for the last (failed) deployment
 List<Dependency> ScopedDeployedSoftware.getLastResolvedDependencies()
          Gets the list of resolved dependencies to be used in the next deployment
 List<Dependency> ScopedDeployedSoftware.getMissingDependencies(String ghnName)
          Gets the list of missing dependencies when the deployment was performed on a specific node
 List<Dependency> ScopedDeployedSoftware.getResolvedDependencies(String ghnName)
          Gets the list of resolved dependencies when the deployment was performed on a specific node
 

Method parameters in org.gcube.vremanagement.resourcemanager.impl.resources with type arguments of type Dependency
 void ScopedDeployedSoftware.setMissingDependencies(List<Dependency> dependencies)
          Sets the list of missing dependencies for the next deployment
 void ScopedDeployedSoftware.setResolvedDependencies(List<Dependency> dependencies)
          Sets the list of resolved dependencies to be used in the next deployment
 

Uses of Dependency in org.gcube.vremanagement.resourcemanager.impl.resources.software
 

Subclasses of Dependency in org.gcube.vremanagement.resourcemanager.impl.resources.software
 class DeployedDependency
          A package deployed by a Deployer service
 



Copyright © 2013. All Rights Reserved.