com.jeantessier.dependency
Class OrCompositeSelectionCriteria
java.lang.Object
|
+--com.jeantessier.dependency.CompositeSelectionCriteria
|
+--com.jeantessier.dependency.OrCompositeSelectionCriteria
- All Implemented Interfaces:
- SelectionCriteria
- public class OrCompositeSelectionCriteria
- extends CompositeSelectionCriteria
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrCompositeSelectionCriteria
public OrCompositeSelectionCriteria(java.util.Collection subcriteria)
isMatchingPackages
public boolean isMatchingPackages()
isMatchingClasses
public boolean isMatchingClasses()
isMatchingFeatures
public boolean isMatchingFeatures()
matches
public boolean matches(PackageNode node)
matches
public boolean matches(ClassNode node)
matches
public boolean matches(FeatureNode node)
matchesPackageName
public boolean matchesPackageName(java.lang.String name)
matchesClassName
public boolean matchesClassName(java.lang.String name)
matchesFeatureName
public boolean matchesFeatureName(java.lang.String name)
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.