C M O R 

C

createRunner() - Method in class org.robotframework.RunnerFactory
Creates and returns an instance of the robot.JarRunner (implemented in Python), which can be used to execute tests.

M

main(String[]) - Static method in class org.robotframework.RobotFramework
Entry point when used as a main program.

O

org.robotframework - package org.robotframework
 

R

RobotFramework - Class in org.robotframework
Entry point for using Robot Framework from Java programs.
RobotFramework() - Constructor for class org.robotframework.RobotFramework
 
RobotRunner - Interface in org.robotframework
An interface class that is used for creating a Jython object capable of running Robot Framework.
run(String[]) - Static method in class org.robotframework.RobotFramework
Runs Robot Framework.
run(String[]) - Method in interface org.robotframework.RobotRunner
 
RunnerFactory - Class in org.robotframework
Helper class to create an Jython object and coerce it so that it can be used from Java.
RunnerFactory() - Constructor for class org.robotframework.RunnerFactory
 
C M O R