|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.continuum.xmlrpc.project.AddingResult
public class AddingResult
This class is the result of add maven project action.
| Constructor Summary | |
|---|---|
AddingResult()
|
|
| Method Summary | |
|---|---|
void |
addError(java.lang.String errorKey)
Add an error that happened during adding the project to Continuum. |
void |
addProject(ProjectSummary projectSummary)
Method addProject. |
void |
addProjectGroup(ProjectGroupSummary projectGroupSummary)
Method addProjectGroup. |
java.util.List |
getErrors()
Get the errors that happened during adding the project to Continuum. |
java.lang.String |
getErrorsAsString()
Returns a string representation of the errors. |
java.lang.String |
getModelEncoding()
|
java.util.List |
getProjectGroups()
Method getProjectGroups. |
java.util.List |
getProjects()
Method getProjects. |
boolean |
hasErrors()
Quick check to see if there are any errors. |
void |
removeProject(ProjectSummary projectSummary)
Method removeProject. |
void |
removeProjectGroup(ProjectGroupSummary projectGroupSummary)
Method removeProjectGroup. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setProjectGroups(java.util.List projectGroups)
Set the projectGroups field. |
void |
setProjects(java.util.List projects)
Set the projects field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddingResult()
| Method Detail |
|---|
public void addProject(ProjectSummary projectSummary)
projectSummary - public void addProjectGroup(ProjectGroupSummary projectGroupSummary)
projectGroupSummary - public java.util.List getProjectGroups()
public java.util.List getProjects()
public void removeProject(ProjectSummary projectSummary)
projectSummary - public void removeProjectGroup(ProjectGroupSummary projectGroupSummary)
projectGroupSummary - public void setProjectGroups(java.util.List projectGroups)
projectGroups - public void setProjects(java.util.List projects)
projects - public void addError(java.lang.String errorKey)
errorKey - error id (so it can be internationalized later)public java.util.List getErrors()
List < String >public boolean hasErrors()
public java.lang.String getErrorsAsString()
public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||