com.togethersoft.sca.core.plugin.report
Class SortFilter

java.lang.Object
  |
  +--com.togethersoft.sca.core.plugin.report.SortFilter
All Implemented Interfaces:
IExtensionExecutable, IMessageFilter

public abstract class SortFilter
extends java.lang.Object
implements IMessageFilter


Constructor Summary
SortFilter()
           
 
Method Summary
 MessageList apply(MessageList list)
          Perform filtering of the message list according to preconfigured parameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.togethersoft.sca.core.plugin.report.IMessageFilter
analyzersRequired, description, getParameterRegistry, name
 
Methods inherited from interface com.togethersoft.sca.core.IExtensionExecutable
setParameters
 

Constructor Detail

SortFilter

public SortFilter()
Method Detail

apply

public MessageList apply(MessageList list)
Description copied from interface: IMessageFilter
Perform filtering of the message list according to preconfigured parameters
Specified by:
apply in interface IMessageFilter
Following copied from interface: com.togethersoft.sca.core.plugin.report.IMessageFilter
Parameters:
list - the input message list
Returns:
the new message list produced after filtering the input