edu.pdx.cs399J.reflect
Class DescribeClass

java.lang.Object
  extended by edu.pdx.cs399J.reflect.DescribeClass

public class DescribeClass
extends Object

This program uses Java reflection to describe a class, its methods, and fields.


Constructor Summary
DescribeClass()
           
 
Method Summary
static void main(String[] args)
          Main program that reads the name of a class from the command line, loads it, and prints out a description of it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeClass

public DescribeClass()
Method Detail

main

public static void main(String[] args)
Main program that reads the name of a class from the command line, loads it, and prints out a description of it.



Copyright © 2000-2009 Portland State University. All Rights Reserved.