|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
java.lang.Package
information.
See:
Description
Interface Summary | |
---|---|
PackageInfo | A helper class which stores once the Package details and contains a Set
containing all the related Java language package names (the dot separated package name
like net.sourceforge.argval.packageinfo ). |
PackageInfoManager | |
PackageInfoVisitor | Classes implementing this interface get access to the visited classes. |
PackageInfoVisitorAcceptor | Classes implementing this interface, accept to get visitors of the type
PackageVisitor along. |
Class Summary | |
---|---|
AbstractPackageInfo |
Easy access to runtime Package Information
Support classes for visiting java.lang.Package
information.
See PackageInfoManager
for an example of how the classes can be used.
Use the net.sourceforge.argval.packageinfo.SimplePackageVisitor
for getting the information as plain
text. Or use the net.sourceforge.argval.packageinfo.DomPackageVisitor
to get a
JDom Document,
which can be converted into Dom Document or a xml file. Or create your own, by implementing the interface
net.sourceforge.argval.packageinfo.PackageVisitor
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |