|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.service.internal.PluginResultManager
public class PluginResultManager
Holds all known QEDEQ modules.
| Constructor Summary | |
|---|---|
PluginResultManager()
|
|
| Method Summary | |
|---|---|
void |
addResult(ModuleService plugin,
SourceFileExceptionList errors,
SourceFileExceptionList warnings)
Add results of a plugin. |
SourceFileExceptionList |
getAllErrors()
Get all errors that occurred. |
SourceFileExceptionList |
getAllWarnings()
Get all warnings that occurred. |
java.lang.String |
getPluginStateDescription()
Get plugin states description. |
void |
removeAllResults()
Clear all plugin results. |
void |
setResult(ModuleServicePlugin plugin,
SourceFileExceptionList errors,
SourceFileExceptionList warnings)
Set a plugin execution results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginResultManager()
| Method Detail |
|---|
public void removeAllResults()
public void setResult(ModuleServicePlugin plugin,
SourceFileExceptionList errors,
SourceFileExceptionList warnings)
plugin - Set results for this plugin.errors - Plugin errors.warnings - Plugin warnings.
public void addResult(ModuleService plugin,
SourceFileExceptionList errors,
SourceFileExceptionList warnings)
plugin - Add results for this plugin.errors - Plugin errors.warnings - Plugin warnings.public SourceFileExceptionList getAllErrors()
null.
public SourceFileExceptionList getAllWarnings()
null.
public java.lang.String getPluginStateDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||