org.robotframework.javalib.reflection
Class KeywordInvoker

java.lang.Object
  extended by org.robotframework.javalib.reflection.KeywordInvoker
All Implemented Interfaces:
IKeywordInvoker

public class KeywordInvoker
extends java.lang.Object
implements IKeywordInvoker


Constructor Summary
KeywordInvoker(java.lang.Object obj, java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.String getDocumentation()
           
 java.lang.String[] getParameterNames()
           
 java.lang.Object invoke(java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordInvoker

public KeywordInvoker(java.lang.Object obj,
                      java.lang.reflect.Method method)
Method Detail

getParameterNames

public java.lang.String[] getParameterNames()
Specified by:
getParameterNames in interface IKeywordInvoker

invoke

public java.lang.Object invoke(java.lang.Object[] args)
Specified by:
invoke in interface IKeywordInvoker

getDocumentation

public java.lang.String getDocumentation()
Specified by:
getDocumentation in interface IKeywordInvoker


Copyright © 2009. All Rights Reserved.