org.fest.reflect.innerclass
Class Invoker

java.lang.Object
  extended by org.fest.reflect.innerclass.Invoker

public class Invoker
extends Object

Understands how to obtain a reference to a static inner class.

Since:
1.1
Author:
Alex Ruiz

Method Summary
 Class<?> get()
          Returns a reference to the static inner class with the specified name in the specified declaring class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public Class<?> get()
Returns a reference to the static inner class with the specified name in the specified declaring class.

Returns:
a reference to the static inner class with the specified name in the specified declaring class.
Throws:
ReflectionError - if the static inner class does not exist (since 1.2).


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.