|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.coordinates |
|---|
| Subclasses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.coordinates | |
|---|---|
class |
GCubeCoordinates
Defines a set of gcube coordinates |
class |
MavenCoordinates
Defines a set of Maven Coordinates |
| Methods in org.gcube.vremanagement.softwaregateway.impl.coordinates that return Coordinates | |
|---|---|
Coordinates |
GCubeCoordinates.convert()
|
Coordinates |
MavenCoordinates.convert()
|
abstract Coordinates |
Coordinates.convert()
|
| Uses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.is |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.is with parameters of type Coordinates | |
|---|---|
String |
ISCache.buildGCubeCoordinatesCacheInputString(Coordinates coordinates)
|
String |
ISCache.buildMavenCoordinatesCacheInputString(Coordinates coordinates)
|
List<GCubePackage> |
ISProxy.getGCubePackagesCoordinates(Coordinates coordinates)
Return a list of gcube packages that are related to coordinates in input |
List<GCubePackage> |
ISCache.getGCubePackagesCoordinates(Coordinates coordinates)
check if the gcubeC parameter is present in the cache |
MavenCoordinates |
ISProxy.getMavenCoordinates(Coordinates coordinates)
|
MavenCoordinates |
ISCache.getMavenCoordinates(Coordinates gcubeC)
check if the gCubeC parameter is present in the cache |
abstract MavenCoordinates |
ISManager.getMavenCoordinates(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 |
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 |
MavenCoordinates |
ISProxy.getSAMavenCoordinates(Coordinates coordinates)
|
protected void |
ISCache.put(Coordinates key,
Object value)
Put a new element in the cache |
void |
ISCache.remove(Coordinates coordinates)
|
| Uses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.packages |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.packages that return Coordinates | |
|---|---|
Coordinates |
GCubePackage.getCoordinates()
Return the current coordinates |
Coordinates |
MavenPackage.getCoordinates()
|
Coordinates |
Package.getCoordinates()
|
| Constructors in org.gcube.vremanagement.softwaregateway.impl.packages with parameters of type Coordinates | |
|---|---|
GCubePackage(Coordinates coordinates)
|
|
MavenPackage(Coordinates coordinates)
|
|
| Uses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.porttypes |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.porttypes with parameters of type Coordinates | |
|---|---|
void |
Registration.removeLocalSAURL(Coordinates coordinates)
remove a local SA archive , |
| Uses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.repositorymanager |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.repositorymanager with parameters of type Coordinates | |
|---|---|
String |
NexusRepositoryManager.getSALocation(File tmpTargetDirectory,
List<MavenCoordinates> mcList,
Coordinates coordinates)
|
abstract String |
RepositoryManager.getSALocation(File tmpTargetDirectory,
List<MavenCoordinates> mcList,
Coordinates coordinates)
Get location of software archive |
| Uses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.repositorymanager.cache |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.repositorymanager.cache with parameters of type Coordinates | |
|---|---|
String |
NexusCache.buildGCubeCoordinatesCacheInputString(Coordinates coordinates,
String extension,
String classifier)
Build a cache input string |
String |
NexusCache.buildMavenCoordinatesCacheInputString(Coordinates coordinates,
String extension,
String classifier)
Build a cache input string |
String |
NexusCache.getSALocation(File tmpTargetDirectory,
List<MavenCoordinates> mcList,
Coordinates coordinates)
|
| Uses of Coordinates in org.gcube.vremanagement.softwaregateway.impl.repositorymanager.parsing |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.repositorymanager.parsing with parameters of type Coordinates | |
|---|---|
File |
XmlParse.updateProfile(File profile,
Coordinates coordinates)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||