|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.service.basis.ModuleServicePluginResults
public class ModuleServicePluginResults
Holds the results from a plugin execution.
| Constructor Summary | |
|---|---|
ModuleServicePluginResults()
Creates a new result container. |
|
| Method Summary | |
|---|---|
void |
addErrors(SourceFileExceptionList errors)
Add errors. |
void |
addWarnings(SourceFileExceptionList warnings)
Add warnings. |
void |
clear()
Clear all warnings and errors. |
SourceFileExceptionList |
getErrors()
Get list of all errors. |
SourceFileExceptionList |
getWarnings()
Get list of all warnings. |
boolean |
hasErrors()
Are there any errors? |
boolean |
hasWarnings()
Are there any warnings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleServicePluginResults()
| Method Detail |
|---|
public void clear()
public SourceFileExceptionList getErrors()
null.public void addErrors(SourceFileExceptionList errors)
errors - Add these errors.public SourceFileExceptionList getWarnings()
null.public void addWarnings(SourceFileExceptionList warnings)
warnings - Add these warnings.public boolean hasErrors()
public boolean hasWarnings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||