Uses of Class
org.gcube.vremanagement.softwaregateway.impl.coordinates.GCubeCoordinates

Packages that use GCubeCoordinates
org.gcube.vremanagement.softwaregateway.answer   
org.gcube.vremanagement.softwaregateway.answer.xml   
org.gcube.vremanagement.softwaregateway.impl.coordinates   
org.gcube.vremanagement.softwaregateway.impl.is   
org.gcube.vremanagement.softwaregateway.impl.repositorymanager.parsing   
 

Uses of GCubeCoordinates in org.gcube.vremanagement.softwaregateway.answer
 

Method parameters in org.gcube.vremanagement.softwaregateway.answer with type arguments of type GCubeCoordinates
 void AnswerBuild.buildDependencies(List<GCubeCoordinates> resolved, List<GCubeCoordinates> missing)
          Build answer that contains a list of dependencies: solved and missing
 void AnswerBuild.buildDependencies(List<GCubeCoordinates> resolved, List<GCubeCoordinates> missing)
          Build answer that contains a list of dependencies: solved and missing
 void AnswerBuild.buildPackages(List<GCubeCoordinates> packageList)
          build answer that contains a list of packages
 void AnswerBuild.buildPlugin(List<GCubeCoordinates> packageList)
          Build answer that contains a list of package
 String AnswerBuild.constructAnswer(List<GCubeCoordinates> dependenciesResolved, List<GCubeCoordinates> dependenciesMissing, List<GCubeCoordinates> pluginList, List<GCubeCoordinates> packageList)
          build a xml answer
 String AnswerBuild.constructAnswer(List<GCubeCoordinates> dependenciesResolved, List<GCubeCoordinates> dependenciesMissing, List<GCubeCoordinates> pluginList, List<GCubeCoordinates> packageList)
          build a xml answer
 String AnswerBuild.constructAnswer(List<GCubeCoordinates> dependenciesResolved, List<GCubeCoordinates> dependenciesMissing, List<GCubeCoordinates> pluginList, List<GCubeCoordinates> packageList)
          build a xml answer
 String AnswerBuild.constructAnswer(List<GCubeCoordinates> dependenciesResolved, List<GCubeCoordinates> dependenciesMissing, List<GCubeCoordinates> pluginList, List<GCubeCoordinates> packageList)
          build a xml answer
 

Uses of GCubeCoordinates in org.gcube.vremanagement.softwaregateway.answer.xml
 

Method parameters in org.gcube.vremanagement.softwaregateway.answer.xml with type arguments of type GCubeCoordinates
 void XMLBuilder.addDependencies(List<GCubeCoordinates> resolved, List<GCubeCoordinates> missing)
          Add dependencies list in xml format
 void XMLBuilder.addDependencies(List<GCubeCoordinates> resolved, List<GCubeCoordinates> missing)
          Add dependencies list in xml format
abstract  void XMLModel.addDependencies(List<GCubeCoordinates> resolved, List<GCubeCoordinates> missing)
           
abstract  void XMLModel.addDependencies(List<GCubeCoordinates> resolved, List<GCubeCoordinates> missing)
           
 void XMLBuilder.addPackages(List<GCubeCoordinates> plugin)
          add package list in xml format
abstract  void XMLModel.addPackages(List<GCubeCoordinates> plugin)
           
 void XMLBuilder.addPlugin(List<GCubeCoordinates> plugin)
          Add plugin list in xml format
abstract  void XMLModel.addPlugin(List<GCubeCoordinates> plugin)
           
 

Uses of GCubeCoordinates in org.gcube.vremanagement.softwaregateway.impl.coordinates
 

Methods in org.gcube.vremanagement.softwaregateway.impl.coordinates that return GCubeCoordinates
 GCubeCoordinates MavenCoordinates.getGcubeCoordinates()
          Conversion from gcubeCoordinates to maven coordinates
 

Methods in org.gcube.vremanagement.softwaregateway.impl.coordinates with parameters of type GCubeCoordinates
 void MavenCoordinates.setGcubeCoordinates(GCubeCoordinates gcubeCoordinates)
           
 

Uses of GCubeCoordinates in org.gcube.vremanagement.softwaregateway.impl.is
 

Methods in org.gcube.vremanagement.softwaregateway.impl.is that return GCubeCoordinates
 GCubeCoordinates ISProxy.getGcubeCoordinates(MavenCoordinates mavenC)
           
 GCubeCoordinates ISCache.getGcubeCoordinates(MavenCoordinates mavenC)
          check if the mavenC parameter is present in the cache
 GCubeCoordinates ISManager.queryGCubeCoordinates(String groupId, String artifactId, String version)
          Query to IS for converts Maven Coordinates in GCube Coordinates
 

Methods in org.gcube.vremanagement.softwaregateway.impl.is with parameters of type GCubeCoordinates
 List<MavenPackage> ISProxy.getMavenPackagesCoordinates(GCubeCoordinates gcubeC)
          Return a list of packages maven that are related to gcube coordinates in input
 List<MavenPackage> ISCache.getMavenPackagesCoordinates(GCubeCoordinates gcubeC)
          check if the gcubeC parameter is present in the cache
abstract  List<MavenPackage> ISManager.getMavenPackagesCoordinates(GCubeCoordinates gcubeC)
          If not found a Element in cache, query the IS in order to harvest the profile matching such gCube coordinates
 

Uses of GCubeCoordinates in org.gcube.vremanagement.softwaregateway.impl.repositorymanager.parsing
 

Methods in org.gcube.vremanagement.softwaregateway.impl.repositorymanager.parsing with parameters of type GCubeCoordinates
 void XmlParse.filterElements(Node parent, GCubeCoordinates coord)
          filter all package elements whose tag name = filter
 File XmlParse.updateFile(File file, GCubeCoordinates coord)
          Update a file profile.xml remove from the file the package related to the input parameter coord
 



Copyright © 2013. All Rights Reserved.