public class AnswerBuild extends Object
| Constructor and Description |
|---|
AnswerBuild() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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 packagespublic String constructReportAnswer(List<ReportObject> reportEntryList)
Copyright © 2014. All Rights Reserved.