Package repast.simphony.util
Class ClassPathFilter
java.lang.Object
repast.simphony.filter.RegExStringFilter
repast.simphony.util.ClassPathFilter
Filter that takes a fully qualified class or package name expression
 and filters found classes on whether they match the expression. The
 expression can contain the "*" wildcard.
- Author:
- Nick Collier
- 
Field SummaryFields inherited from class repast.simphony.filter.RegExStringFilterpattern
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class repast.simphony.filter.RegExStringFiltergetPattern
- 
Constructor Details- 
ClassPathFilter- Parameters:
- filterExpression-
 
 
- 
- 
Method Details- 
evaluateEvaluates class paths (e.g. foo\bar\Baz.class) against an filter.- Specified by:
- evaluatein interface- Filter<String>
- Overrides:
- evaluatein class- RegExStringFilter
- Returns:
- true if the class path matches the filter otherwise false.
 
 
-