| Modifier and Type | Method and Description |
|---|---|
GCubeCoordinates |
MavenCoordinates.getGcubeCoordinates()
Conversion from gcubeCoordinates to maven coordinates
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadCoordinatesException |
| Modifier and Type | Method and Description |
|---|---|
String[] |
ISProxy.getMavenServerListFromRR(org.gcube.common.core.scope.GCUBEScope scope)
Retrieves a maven server list from one ore more runtime resource
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
Package.getDependencies() |
String |
GCubePackage.getDependencies()
Return an XML document that contains resolved and missing dependencies
ex:
|
String |
GCubePackage.getDocLocation()
get javadoc location of the package
|
abstract String |
Package.getLocation() |
String |
GCubePackage.getLocation()
Retrieve location of Package
|
abstract List<GCubePackage> |
Package.getPackages() |
List<GCubePackage> |
GCubePackage.getPackages()
This method retrieves all packages that matches with the coordinates
|
abstract List<GCubePackage> |
Package.getPlugins() |
List<GCubePackage> |
GCubePackage.getPlugins()
this method retrieves all plugin coordinates matches with the coordinates
|
abstract String |
Package.getSALocation() |
String |
GCubePackage.getSALocation()
Retrieve location of softwareArchive identifies by coordinates
|
abstract String |
Package.register() |
abstract void |
Package.unregister() |
void |
GCubePackage.unregister()
Unregister a profile in IS.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Registration.checkResourceCoordinates(org.gcube.common.core.resources.GCUBEService resource) |
String |
Access.getDependencies(org.gcube.vremanagement.softwaregateway.stubs.DependenciesCoordinates pack)
Return a XML Document that contains the dependencies tree
|
String |
Access.getLocation(org.gcube.vremanagement.softwaregateway.stubs.PackageCoordinates pack)
Return the url location corresponds to the coordinates
|
org.gcube.vremanagement.softwaregateway.stubs.GetPackageResponse |
Access.getPackages(org.gcube.vremanagement.softwaregateway.stubs.ServiceCoordinates service)
Return a List that contains the GCube coordinates for every package belongs to the service
|
org.gcube.vremanagement.softwaregateway.stubs.GetPluginResponse |
Access.getPlugins(org.gcube.vremanagement.softwaregateway.stubs.PluginCoordinates pack)
Return a list of cordinates for every plugin
|
String |
Access.getSALocation(org.gcube.vremanagement.softwaregateway.stubs.SACoordinates pack)
Return the url location of the SoftwareArchive corresponds to the coordinates
|
protected org.gcube.common.core.resources.GCUBEService |
Registration.load(String profile) |
protected org.gcube.common.core.resources.GCUBEService |
Registration.loadAndCheck(String profile) |
String |
Registration.register(String profile)
Register a profile in the InformationSystem
|
void |
Registration.unregister(org.gcube.vremanagement.softwaregateway.stubs.LocationCoordinates coord)
Unregister a package in the Information System
|
| Modifier and Type | Method and Description |
|---|---|
String |
NexusRepositoryManager.extractDepsFromMavenEmb(String url)
Download pom file and extract Dependencies from maven repositories
|
abstract String |
RepositoryManager.extractDepsFromMavenEmb(String url) |
String |
NexusRepositoryManager.get(Object mavenC,
String extension,
String classifier) |
abstract String |
RepositoryManager.get(Object mavenC,
String extension,
String classifier)
Return the URL for download a maven object (pom, tar.gz, jar) that corresponds to the maven coordinates in input
|
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.extractDepsFromMavenEmb(String url) |
String |
NexusCache.get(Object mavenC,
String extension,
String classifier) |
String |
NexusCache.getSALocation(File tmpTargetDirectory,
List<MavenCoordinates> mcList,
Coordinates coordinates) |
| Modifier and Type | Method and Description |
|---|---|
String |
ArtifactCoordinates.toXML(String rootTag) |
String |
ArtifactCoordinates.toXML(String rootTag,
org.apache.maven.artifact.DefaultArtifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
File |
XmlParse.updateProfile(File profile,
Coordinates coordinates) |
Copyright © 2015. All Rights Reserved.