com.jeantessier.dependency
Class AndCompositeSelectionCriteria
java.lang.Object
|
+--com.jeantessier.dependency.CompositeSelectionCriteria
|
+--com.jeantessier.dependency.AndCompositeSelectionCriteria
- All Implemented Interfaces:
- SelectionCriteria
- public class AndCompositeSelectionCriteria
- extends CompositeSelectionCriteria
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndCompositeSelectionCriteria
public AndCompositeSelectionCriteria(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.