|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robotframework.javalib.keyword.CollisionKeyword
public class CollisionKeyword
If a keyword name collision is detected, an instance of this class will be associated with the colliding name. Execution of this keyword will notify the user of the collision and the two classes that have the same keyword name.
| Constructor Summary | |
|---|---|
CollisionKeyword(java.lang.String implementingClassName1,
java.lang.String implementingClassName2)
Creates a collision keyword |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(java.lang.Object[] arguments)
Throws a KeywordNameCollisionException with an error
message notifying the user of the collision and classes causing
the collision. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollisionKeyword(java.lang.String implementingClassName1,
java.lang.String implementingClassName2)
implementingClassName1 - name of first class with colliding
keyword nameimplementingClassName2 - name of second class with colliding
keyword name| Method Detail |
|---|
public java.lang.Object execute(java.lang.Object[] arguments)
KeywordNameCollisionException with an error
message notifying the user of the collision and classes causing
the collision.
execute in interface Keywordarguments - arguments from Robot
KeywordNameCollisionException - always throws this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||