C  G  I  N  P  R 

C

com.bric.reflect - package com.bric.reflect
 
construct(Class<T>, String) - Static method in class com .bric .reflect . Reflection
This constructs an instance of t if a constructor is found that matches the arguments provided.

G

getFieldValue(String, String) - Static method in class com .bric .reflect . Reflection
Uses reflection to retrieve a static field from a class.

I

INVOCATION_ERROR - Static variable in class com .bric .reflect . Reflection
This object is returned by invokeMethod(..) when an error occurs.
invokeMethod(Class<?>, Object, String, Object[]) - Static method in class com .bric .reflect . Reflection
This uses reflection to call a method that may not exist in the compiling JVM.

N

nameStaticField(Class<?>, Object) - Static method in class com .bric .reflect . Reflection
This debugging tool combs through a class and tells you what public static field has the value you've provided.

P

parse(String) - Static method in class com .bric .reflect . Reflection
Parse an object as null, an int, a long, a float, a String, a static field, or "new xyz(..)" (where ".." looks recursively for a comma-separated list of arguments)).
parseCommaSeparatedList(String) - Static method in class com .bric .reflect . Reflection
Return an array of objects based on a comma-separated description of its contents.

R

Reflection - Class in com.bric.reflect
A set of static methods relating to reflection.
Reflection() - Constructor for class com .bric .reflect . Reflection
 
C  G  I  N  P  R