Class ClientRobotFactory
java.lang.Object
za.co.wethinkcode.robots.client.clientRobot.ClientRobotFactory
Factory pattern for making Client Robots
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientRobotcreate(LaunchCommandServerResponse serverResponse, LaunchCommandRequest req)
-
Constructor Details
-
ClientRobotFactory
public ClientRobotFactory()
-
-
Method Details
-
create
public static ClientRobot create(LaunchCommandServerResponse serverResponse, LaunchCommandRequest req) throws ServerRobotFailedException - Throws:
ServerRobotFailedException
-