Package net.sourceforge.argval.packageinfo

Easy access to runtime Package Information Support classes for visiting 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  
 

Package net.sourceforge.argval.packageinfo Description

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.

Author:
T. Verhagen


Copyright © 2013 Verhagen Software. All Rights Reserved.