| java.lang.Object org.acm.seguin.summary.query.PackageContainsClass
PackageContainsClass | public class PackageContainsClass (Code) | | Determines if a specified package contains a class with that name
author: Chris Seguin |
query | public static boolean query(String packageName, String className)(Code) | | Checks to see if the package contains a class with that name
Parameters: packageName - the name of the package Parameters: className - the name of the class true if it is included |
query | public static boolean query(PackageSummary summary, String className)(Code) | | Checks to see if the package contains a class with that name
Parameters: summary - the summary of the package Parameters: className - the name of the class true if it is included |
|
|