|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeywordFactory | |
|---|---|
| org.robotframework.javalib.factory | |
| org.robotframework.javalib.library | |
| Uses of KeywordFactory in org.robotframework.javalib.factory |
|---|
| Classes in org.robotframework.javalib.factory that implement KeywordFactory | |
|---|---|
class |
AnnotationKeywordFactory
|
class |
ApplicationContextKeywordFactory
Keyword factory that wraps an ApplicationContext. |
class |
CompositeKeywordFactory
A composite keyword factory that combines several keyword factories. |
| Methods in org.robotframework.javalib.factory that return KeywordFactory | |
|---|---|
KeywordFactory[] |
CompositeKeywordFactory.getKeywordFactories()
Returns the keyword factories this instance combines |
| Methods in org.robotframework.javalib.factory with parameters of type KeywordFactory | |
|---|---|
void |
CompositeKeywordFactory.addKeywordFactory(KeywordFactory factory)
Adds a keyword factory. |
| Uses of KeywordFactory in org.robotframework.javalib.library |
|---|
| Methods in org.robotframework.javalib.library that return KeywordFactory | |
|---|---|
protected KeywordFactory<DocumentedKeyword> |
AnnotationLibrary.createKeywordFactory()
|
protected KeywordFactory<Keyword> |
SpringLibrary.createKeywordFactory()
|
protected KeywordFactory<Keyword> |
ClassPathLibrary.createKeywordFactory()
|
protected abstract KeywordFactory<T> |
KeywordFactoryBasedLibrary.createKeywordFactory()
Creates a keyword factory. |
protected KeywordFactory<Keyword> |
CompositeLibrary.createKeywordFactory()
Creates a CompositeKeywordFactory and adds a
SpringLibrary and a ClassPathLibrary. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||