|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.PackageContainsClass
public class PackageContainsClass
Determines if a specified package contains a class with that name
Constructor Summary | |
---|---|
PackageContainsClass()
|
Method Summary | |
---|---|
static boolean |
query(PackageSummary summary,
java.lang.String className)
Checks to see if the package contains a class with that name |
static boolean |
query(java.lang.String packageName,
java.lang.String className)
Checks to see if the package contains a class with that name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageContainsClass()
Method Detail |
---|
public static boolean query(java.lang.String packageName, java.lang.String className)
packageName
- the name of the packageclassName
- the name of the class
public static boolean query(PackageSummary summary, java.lang.String className)
summary
- the summary of the packageclassName
- the name of the class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |