org.robotframework.remoteserver.javalib
Class SimpleKeywordExtractor

java.lang.Object
  extended by org.robotframework.remoteserver.javalib.SimpleKeywordExtractor
All Implemented Interfaces:
org.robotframework.javalib.beans.annotation.IKeywordExtractor<org.robotframework.javalib.keyword.Keyword>

public class SimpleKeywordExtractor
extends Object
implements org.robotframework.javalib.beans.annotation.IKeywordExtractor<org.robotframework.javalib.keyword.Keyword>


Constructor Summary
SimpleKeywordExtractor()
           
 
Method Summary
 Map<String,org.robotframework.javalib.keyword.Keyword> extractKeywords(Object keywordBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleKeywordExtractor

public SimpleKeywordExtractor()
Method Detail

extractKeywords

public Map<String,org.robotframework.javalib.keyword.Keyword> extractKeywords(Object keywordBean)
Specified by:
extractKeywords in interface org.robotframework.javalib.beans.annotation.IKeywordExtractor<org.robotframework.javalib.keyword.Keyword>


Copyright © 2012. All Rights Reserved.