| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
GCubeCoordinates |
MavenCoordinates.getGcubeCoordinates()
Conversion from gcubeCoordinates to maven coordinates
|
| Modifier and Type | Method and Description |
|---|---|
void |
MavenCoordinates.setGcubeCoordinates(GCubeCoordinates gcubeCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
GCubeCoordinates |
ISCache.getGcubeCoordinates(MavenCoordinates mavenC)
check if the mavenC parameter is present in the cache
|
GCubeCoordinates |
ISProxy.getGcubeCoordinates(MavenCoordinates mavenC) |
GCubeCoordinates |
ISManager.queryGCubeCoordinates(String groupId,
String artifactId,
String version)
Query to IS for converts Maven Coordinates in GCube Coordinates
|
| Modifier and Type | Method and Description |
|---|---|
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
|
List<MavenPackage> |
ISProxy.getMavenPackagesCoordinates(GCubeCoordinates gcubeC)
Return a list of packages maven that are related to gcube coordinates in input
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.