Uses of Class
org.apache.camel.component.robotframework.RobotFrameworkCamelConfiguration
-
-
Uses of RobotFrameworkCamelConfiguration in org.apache.camel.component.robotframework
Methods in org.apache.camel.component.robotframework that return RobotFrameworkCamelConfiguration Modifier and Type Method Description RobotFrameworkCamelConfiguration
RobotFrameworkCamelConfiguration. copy()
RobotFrameworkCamelConfiguration
RobotFrameworkComponent. getConfiguration()
RobotFrameworkCamelConfiguration
RobotFrameworkEndpoint. getConfiguration()
Methods in org.apache.camel.component.robotframework with parameters of type RobotFrameworkCamelConfiguration Modifier and Type Method Description void
RobotFrameworkComponent. setConfiguration(RobotFrameworkCamelConfiguration configuration)
The configurationConstructors in org.apache.camel.component.robotframework with parameters of type RobotFrameworkCamelConfiguration Constructor Description RobotFrameworkEndpoint(String uri, RobotFrameworkComponent component, String resourceUri, RobotFrameworkCamelConfiguration configuration)
-