Package org.jdiseq.filter

Provides classes to specify filtering for the jDiSeq tool.

See:
          Description

Class Summary
Filter Filter is a filter rule defined by the user.
FilterFactory Factory class to get references to the implementation of FilterPersistence and Persister interfaces.
FilterPersistenceImpl FilterPersistenceImpl holds all the filter configuration data used by jDiSeq.
FilterSet FilterSet containing the filter definitions.
FilterType Typesafe enum implementation of the type of filter.
MethodFilter Method filtering class representing the a filtering defined for all method calls be run while using jDiSeq.
PackageFilter  
 

Exception Summary
InvalidConfigurationException Exception situations when accessing configuration
 

Package org.jdiseq.filter Description

Provides classes to specify filtering for the jDiSeq tool. The interface hides the actual storage of the filter rules. The current implementation uses XML as the format to store filtering rules and uses JDOM as the Java API to access the XML documents.

Future implementation will allow the usage of regular expression in order to specify the filtering rules. It follow the J2SE's implementation of regular expression.

Related Documentation



Copyright © 2003 SourceForge.net. All Rights Reserved.