|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.togethersoft.modules.qa.utils.PluginImpl
|
+--com.togethersoft.modules.qa.utils.AuditPluginImpl
Audit plugin implementation - abstract class serving as ancestor for all audit plugins
| Fields inherited from class com.togethersoft.modules.qa.utils.PluginImpl |
currCls, currMbr, emptyOptionsPane, level, PROC_ATTRS, PROC_OPERS, procGoal, stopIter, trace |
| Fields inherited from interface com.togethersoft.modules.qa.api.AuditPlugin |
SEVERITY_HIGH, SEVERITY_LOW, SEVERITY_NORMAL |
| Constructor Summary | |
AuditPluginImpl()
|
|
| Method Summary | |
java.lang.String |
getDefaultSeverity()
Gets default severity for plugin (SEVERITY_LOW, SEVERITY_NORMAL or SEVERITY_HIGH) Default implementation returns SEVERITY_NORMAL. |
java.lang.String |
getDescriptionFileName()
Gets the of description file name of plugin By default, description file name is the same as plugin class file name but with the extemsion of ".html". |
java.lang.String |
getPropertiesFileName()
Gets the of properties file name of plugin By default, properties file name is the same as plugin class file name but with the extemsion of ".properties". |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface com.togethersoft.modules.qa.api.AuditPlugin |
run |
| Methods inherited from interface com.togethersoft.modules.qa.api.Plugin |
canProcessByteCode, createOptionsPane, getAbbreviation, getDefaultChoice, getGroupName, getOptionsPane, getTitle, load, prepare, restoreOptions, storeOptions |
| Constructor Detail |
public AuditPluginImpl()
| Method Detail |
public java.lang.String getDefaultSeverity()
getDefaultSeverity in interface AuditPluginSEVERITY_LOW,
SEVERITY_NORMAL,
SEVERITY_HIGHpublic java.lang.String getDescriptionFileName()
getDescriptionFileName in interface Pluginpublic java.lang.String getPropertiesFileName()
getPropertiesFileName in interface PlugingetPropertiesFileName in class PluginImpl
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||