|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robotframework.javalib.factory.AnnotationKeywordFactory
public class AnnotationKeywordFactory
| Constructor Summary | |
|---|---|
AnnotationKeywordFactory(java.util.Map<java.lang.String,java.lang.Object> keywordBeansMap)
|
|
| Method Summary | |
|---|---|
DocumentedKeyword |
createKeyword(java.lang.String keywordName)
Creates an instance of the class implementing the given keyword name |
protected void |
extractKeywordsFromKeywordBeans(java.util.Map<java.lang.String,java.lang.Object> keywordBeansMap)
|
java.lang.String[] |
getKeywordNames()
Returns all the names of the keywords that this factory can create |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationKeywordFactory(java.util.Map<java.lang.String,java.lang.Object> keywordBeansMap)
| Method Detail |
|---|
public DocumentedKeyword createKeyword(java.lang.String keywordName)
KeywordFactory
createKeyword in interface KeywordFactory<DocumentedKeyword>keywordName - keyword name (will be normalized, so pretty much
any formatting will do)
public java.lang.String[] getKeywordNames()
KeywordFactory
getKeywordNames in interface KeywordFactory<DocumentedKeyword>protected void extractKeywordsFromKeywordBeans(java.util.Map<java.lang.String,java.lang.Object> keywordBeansMap)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||