JCommon 1.0.17-redhat-2

org.jfree.xml.generator.model
Class PrintBeanInfo

java.lang.Object
  extended by org.jfree.xml.generator.model.PrintBeanInfo

public class PrintBeanInfo
extends Object

A utility class for printing information about a class.


Method Summary
static void main(String[] args)
          Entry point for this utility application.
static void print(Class c)
          Prints the information for a class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

print

public static void print(Class c)
Prints the information for a class.

Parameters:
c - the class.

main

public static void main(String[] args)
                 throws Exception
Entry point for this utility application.

Parameters:
args - the class names.
Throws:
Exception - if there is a problem.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.