|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object freemarker.ext.beans2.BeanExplorer
public class BeanExplorer
A simple test class for testing introspection by Bean or Reflection packages.
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 |
---|
public int test1
protected int test2
public static final int test5
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command line argument, the class name to be introspected
java.lang.Exception
- there was a problem encountered during introspection
of the named class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |