org.robotframework.javalib.beans.annotation
Class AnnotationKeywordExtractor

java.lang.Object
  extended by org.robotframework.javalib.beans.annotation.AnnotationKeywordExtractor
All Implemented Interfaces:
IKeywordExtractor<DocumentedKeyword>

public class AnnotationKeywordExtractor
extends java.lang.Object
implements IKeywordExtractor<DocumentedKeyword>


Constructor Summary
AnnotationKeywordExtractor()
           
 
Method Summary
 java.util.Map<java.lang.String,DocumentedKeyword> extractKeywords(java.lang.Object keywordBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationKeywordExtractor

public AnnotationKeywordExtractor()
Method Detail

extractKeywords

public java.util.Map<java.lang.String,DocumentedKeyword> extractKeywords(java.lang.Object keywordBean)
Specified by:
extractKeywords in interface IKeywordExtractor<DocumentedKeyword>


Copyright © 2009. All Rights Reserved.