com.u2d.reflection
Class ClassicReflector

java.lang.Object
  extended by com.u2d.reflection.ClassicReflector
All Implemented Interfaces:
Reflector

public class ClassicReflector
extends java.lang.Object
implements Reflector

Created by IntelliJ IDEA. User: eitan Date: Feb 14, 2006 Time: 4:57:08 PM


Constructor Summary
ClassicReflector()
           
 
Method Summary
 java.lang.String commandName(java.lang.reflect.Method method)
           
 boolean isCommand(java.lang.reflect.Method method)
           
 EOCommand reflectCommand(java.lang.reflect.Method method, java.lang.Class klass, ComplexType parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicReflector

public ClassicReflector()
Method Detail

commandName

public java.lang.String commandName(java.lang.reflect.Method method)
Specified by:
commandName in interface Reflector

isCommand

public boolean isCommand(java.lang.reflect.Method method)
Specified by:
isCommand in interface Reflector

reflectCommand

public EOCommand reflectCommand(java.lang.reflect.Method method,
                                java.lang.Class klass,
                                ComplexType parent)
Specified by:
reflectCommand in interface Reflector