| Package | Description |
|---|---|
| org.gcube.vremanagement.softwaregateway.impl.is | |
| org.gcube.vremanagement.softwaregateway.impl.packages |
| Modifier and Type | Method and Description |
|---|---|
List<GCubePackage> |
ISCache.getGCubePackagesCoordinates(Coordinates coordinates)
check if the gcubeC parameter is present in the cache
|
List<GCubePackage> |
ISProxy.getGCubePackagesCoordinates(Coordinates coordinates)
Return a list of gcube packages that are related to coordinates in input
|
List<GCubePackage> |
ISCache.getPluginCoordinates(Coordinates gcubeC)
check if the gcubeC parameter is present in the cache
|
abstract List<GCubePackage> |
ISManager.getPluginCoordinates(Coordinates gcubeC)
If not found a Element in cache, query the IS in order to harvest the profile matching such gCube coordinates
|
List<GCubePackage> |
ISProxy.getPluginCoordinates(Coordinates coordinates)
Retrieve A list of coordinates that are plugin of the coordinates in input
|
protected List<GCubePackage> |
ISManager.queryGCubePackagesCoordinates(String serviceName,
String serviceClass,
String serviceVersion,
String packageName,
String packageVersion)
build a query to the IS for retrieving a List of gCube Coordinates
|
protected List<GCubePackage> |
ISManager.queryPluginCoordinates(String serviceName,
String serviceClass,
String serviceVersion,
String packageName,
String packageVersion)
build a query to the IS for retrieving a List of gCube Coordinates
|
List<GCubePackage> |
ISManager.updatePackageResource(String serviceName,
String serviceClass,
String serviceVersion,
String packageName,
String packageVersion)
Remove package that matches with input coordinates from a profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<GCubePackage> |
MavenPackage.getPackages() |
abstract List<GCubePackage> |
Package.getPackages() |
List<GCubePackage> |
GCubePackage.getPackages()
This method retrieves all packages that matches with the coordinates
|
List<GCubePackage> |
MavenPackage.getPlugins() |
abstract List<GCubePackage> |
Package.getPlugins() |
List<GCubePackage> |
GCubePackage.getPlugins()
this method retrieves all plugin coordinates matches with the coordinates
|
Copyright © 2015. All Rights Reserved.