|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PackageInfoVisitor | |
---|---|
net.sourceforge.argval.manifestinfo.impl | |
net.sourceforge.argval.packageinfo | Easy access to runtime Package Information
Support classes for visiting java.lang.Package information. |
net.sourceforge.argval.packageinfo.impl |
Uses of PackageInfoVisitor in net.sourceforge.argval.manifestinfo.impl |
---|
Methods in net.sourceforge.argval.manifestinfo.impl with parameters of type PackageInfoVisitor | |
---|---|
void |
ManifestInfoManagerImpl.accept(PackageInfoVisitor visitor)
Entry point for a PackageInfoVisitor which will visit all registered
ManifestInfo instances as if they are PackageInfo instances. |
Uses of PackageInfoVisitor in net.sourceforge.argval.packageinfo |
---|
Methods in net.sourceforge.argval.packageinfo with parameters of type PackageInfoVisitor | |
---|---|
void |
PackageInfoVisitorAcceptor.accept(PackageInfoVisitor visitor)
Called through the client, which send the visitor along. |
void |
PackageInfo.accept(PackageInfoVisitor visitor)
Called through the client, which send the visitor along. |
void |
AbstractPackageInfo.accept(PackageInfoVisitor visitor)
Called through the client, which send the visitor along. |
Uses of PackageInfoVisitor in net.sourceforge.argval.packageinfo.impl |
---|
Classes in net.sourceforge.argval.packageinfo.impl that implement PackageInfoVisitor | |
---|---|
class |
DomPackageVisitor
This visitor creates a JDom Document containing all the details of
the visited PackageInfo instances. |
class |
SimplePackageInfoVisitor
Creates a plain text which shows the visited PackageInfo title and (implementation) version. |
Methods in net.sourceforge.argval.packageinfo.impl with parameters of type PackageInfoVisitor | |
---|---|
void |
PackageInfoManagerImpl.accept(PackageInfoVisitor visitor)
|
void |
PackageInfoManagerImpl.acceptRuntime(PackageInfoVisitor visitor)
Entry point for the visitor of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |