freemarker.ext.beans2
Class BeanExplorer

java.lang.Object
  extended by freemarker.ext.beans2.BeanExplorer

public class BeanExplorer
extends java.lang.Object

A simple test class for testing introspection by Bean or Reflection packages.

Version:
$Id: BeanExplorer.java 1067 2011-06-06 10:55:28Z run2000 $
Author:
Nicholas Cull

Field Summary
 int test1
           
protected  int test2
           
static int test5
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method for testing various aspects of the Java introspection classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

test1

public int test1

test2

protected int test2

test5

public static final int test5
See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method for testing various aspects of the Java introspection classes.

Parameters:
args - command line argument, the class name to be introspected
Throws:
java.lang.Exception - there was a problem encountered during introspection of the named class