|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.SamePackage
public class SamePackage
Determines if the package name matches the summary
Constructor Summary | |
---|---|
SamePackage()
|
Method Summary | |
---|---|
static boolean |
query(java.lang.String packageName,
FileSummary summary)
Check to see if they are the same package |
static boolean |
query(java.lang.String packageName,
TypeSummary summary)
Check to see if they are the same package |
static boolean |
query(TypeSummary one,
TypeSummary two)
Check to see if they are the same package |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SamePackage()
Method Detail |
---|
public static boolean query(java.lang.String packageName, FileSummary summary)
packageName
- the name of the packagesummary
- the summary
public static boolean query(java.lang.String packageName, TypeSummary summary)
packageName
- the name of the packagesummary
- the summary
public static boolean query(TypeSummary one, TypeSummary two)
one
- Description of Parametertwo
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |