fromRobot static method
- RobotClient robot,
- String name
Get the GenericServiceClient named name
from the provided robot.
Implementation
static GenericServiceClient fromRobot(RobotClient robot, String name) {
return robot.getResource(GenericServiceClient.getResourceName(name));
}