|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.vremanagement.softwaregateway.answer.AnswerBuild
public class AnswerBuild
Class that build a String response
| Constructor Summary | |
|---|---|
AnswerBuild()
|
|
| Method Summary | |
|---|---|
void |
buildDependencies(List<GCubeCoordinates> resolved,
List<GCubeCoordinates> missing)
Build answer that contains a list of dependencies: solved and missing |
void |
buildPackages(List<GCubeCoordinates> packageList)
build answer that contains a list of packages |
void |
buildPlugin(List<GCubeCoordinates> packageList)
Build answer that contains a list of package |
String |
constructAnswer(List<GCubeCoordinates> dependenciesResolved,
List<GCubeCoordinates> dependenciesMissing,
List<GCubeCoordinates> pluginList,
List<GCubeCoordinates> packageList)
build a xml answer |
String |
constructReportAnswer(List<ReportObject> reportEntryList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnswerBuild()
| Method Detail |
|---|
public void buildDependencies(List<GCubeCoordinates> resolved,
List<GCubeCoordinates> missing)
resolved - missing - public void buildPackages(List<GCubeCoordinates> packageList)
packageList - public void buildPlugin(List<GCubeCoordinates> packageList)
packageList -
public String constructAnswer(List<GCubeCoordinates> dependenciesResolved,
List<GCubeCoordinates> dependenciesMissing,
List<GCubeCoordinates> pluginList,
List<GCubeCoordinates> packageList)
dependenciesResolved: - list of resolved dependenciesdependenciesMissing: - list of missing dependenciespluginList: - list of packagespackageList - list of packages
public String constructReportAnswer(List<ReportObject> reportEntryList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||