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


Constructor Summary
AndCompositeSelectionCriteria(java.util.Collection subcriteria)
           
 
Method Summary
 boolean isMatchingClasses()
           
 boolean isMatchingFeatures()
           
 boolean isMatchingPackages()
           
 boolean matches(ClassNode node)
           
 boolean matches(FeatureNode node)
           
 boolean matches(PackageNode node)
           
 boolean matchesClassName(java.lang.String name)
           
 boolean matchesFeatureName(java.lang.String name)
           
 boolean matchesPackageName(java.lang.String name)
           
 
Methods inherited from class com.jeantessier.dependency.CompositeSelectionCriteria
getSubcriteria
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndCompositeSelectionCriteria

public AndCompositeSelectionCriteria(java.util.Collection subcriteria)
Method Detail

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.