|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.query.FileSummaryGetter
public class FileSummaryGetter
Determines if a package contains a certain type
Constructor Summary | |
---|---|
FileSummaryGetter()
|
Method Summary | |
---|---|
FileSummary |
query(PackageSummary summary,
java.lang.String typeName)
Checks the package to determine if it contains that type |
FileSummary |
query(java.lang.String packageName,
java.lang.String typeName)
Places the query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSummaryGetter()
Method Detail |
---|
public FileSummary query(java.lang.String packageName, java.lang.String typeName)
packageName
- the name of the packagetypeName
- the name of the type
public FileSummary query(PackageSummary summary, java.lang.String typeName)
summary
- the packagetypeName
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |