| Modifier and Type | Class and Description |
|---|---|
class |
GCubeCoordinates
Defines a set of gcube coordinates
|
class |
MavenCoordinates
Defines a set of Maven Coordinates
|
| Modifier and Type | Method and Description |
|---|---|
abstract Coordinates |
Coordinates.convert() |
Coordinates |
MavenCoordinates.convert() |
Coordinates |
GCubeCoordinates.convert() |
| Modifier and Type | Method and Description |
|---|---|
String |
ISCache.buildGCubeCoordinatesCacheInputString(Coordinates coordinates) |
String |
ISCache.buildMavenCoordinatesCacheInputString(Coordinates coordinates) |
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
|
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
|
MavenCoordinates |
ISProxy.getMavenCoordinates(Coordinates coordinates) |
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
|
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) |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
MavenPackage.getCoordinates() |
Coordinates |
Package.getCoordinates() |
Coordinates |
GCubePackage.getCoordinates()
Return the current coordinates
|
| Constructor and Description |
|---|
GCubePackage(Coordinates coordinates) |
MavenPackage(Coordinates coordinates) |
| Modifier and Type | Method and Description |
|---|---|
void |
Registration.removeLocalSAURL(Coordinates coordinates)
remove a local SA archive ,
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
File |
XmlParse.updateProfile(File profile,
Coordinates coordinates) |
Copyright © 2015. All Rights Reserved.