Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

util.RTSI Class Reference

List of all members.

Detailed Description

This utility class is looking for all the classes implementing or inheriting from a given interface or class.

(RunTime Subclass Identification)

Author:
Daniel Le Berre
Version:
1.0

Definition at line 27 of file RTSI.java.

Static Public Methods

void find (String tosubclassname)
 Display all the classes inheriting or implementing a given class in the currently loaded packages.

void find (String pckname, String tosubclassname)
 Display all the classes inheriting or implementing a given class in a given package.

void find (String pckgname, Class tosubclass)
 Display all the classes inheriting or implementing a given class in a given package.

Vector findnames (String pckgname, Class tosubclass)
 Return names of all of the classes inheriting or implementing a given class in a given package.


Member Function Documentation

void util.RTSI.find String    pckgname,
Class    tosubclass
[inline, static]
 

Display all the classes inheriting or implementing a given class in a given package.

Parameters:
pckgname  the fully qualified name of the package
tosubclass  the Class object to inherit from

Definition at line 68 of file RTSI.java.

References util.RTSI.findnames().

void util.RTSI.find String    pckname,
String    tosubclassname
[inline, static]
 

Display all the classes inheriting or implementing a given class in a given package.

Parameters:
pckgname  the fully qualified name of the package
tosubclass  the name of the class to inherit from

Definition at line 53 of file RTSI.java.

References util.RTSI.find().

void util.RTSI.find String    tosubclassname [inline, static]
 

Display all the classes inheriting or implementing a given class in the currently loaded packages.

Parameters:
tosubclassname  the name of the class to inherit from

Definition at line 35 of file RTSI.java.

Referenced by util.RTSI.find().

Vector util.RTSI.findnames String    pckgname,
Class    tosubclass
[inline, static]
 

Return names of all of the classes inheriting or implementing a given class in a given package.

Parameters:
pckgname  the fully qualified name of the package
tosubclass  the Class object to inherit from

Definition at line 82 of file RTSI.java.

Referenced by util.RTSI.find().


The documentation for this class was generated from the following file:
Generated on Tue Feb 6 19:02:45 2007 for MEAPsoft by doxygen1.2.18