Class ServerOptions

java.lang.Object
za.co.wethinkcode.robots.cli.ServerOptions

public class ServerOptions extends Object
Defines the command-line options used to start a Robot World server.

This class resolves documented defaults, validates server-specific values, parses the optional custom obstacle, and applies the complete result to a WorldConfig before the server constructs its world.

  • Field Details

  • Constructor Details

    • ServerOptions

      public ServerOptions()
  • Method Details