public final class Reflective extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
KEYWORDS |
static String |
MAIN |
static Object |
NO_MATCH |
| Constructor and Description |
|---|
Reflective() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
invoke(CommandSession session,
Object target,
String name,
List<Object> args)
invokes the named method on the given target using the supplied args,
which are converted if necessary.
|
public static final Object NO_MATCH
public static final String MAIN
public static Object invoke(CommandSession session, Object target, String name, List<Object> args) throws Exception
session - target - name - args - ExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.