org.apache.felix.gogo.runtime
Class Reflective

java.lang.Object
  extended by org.apache.felix.gogo.runtime.Reflective

public final class Reflective
extends Object


Field Summary
static  KEYWORDS
           
static String MAIN
           
static Object NO_MATCH
           
 
Constructor Summary
Reflective()
           
 
Method Summary
static Object method(CommandSession session, Object target, String name,  args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_MATCH

public static final Object NO_MATCH

MAIN

public static final String MAIN
See Also:
Constant Field Values

KEYWORDS

public static final  KEYWORDS
Constructor Detail

Reflective

public Reflective()
Method Detail

method

public static Object method(CommandSession session,
                            Object target,
                            String name,
                             args)
                     throws IllegalArgumentException,
                            IllegalAccessException,
                            InvocationTargetException,
                            Exception
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.