|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTools.ClassDumper
public class ClassDumper
Dumps information about available classes to the screen using the java.lang.reflect package.
| Field Summary | |
|---|---|
private static boolean |
output
|
| Constructor Summary | |
|---|---|
ClassDumper()
|
|
| Method Summary | |
|---|---|
private static void |
dump_class(java.lang.String klasse)
Dump information to the screen |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final boolean output
| Constructor Detail |
|---|
public ClassDumper()
| Method Detail |
|---|
private static void dump_class(java.lang.String klasse)
klasse - Requested classpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||