Uses of Interface
za.co.wethinkcode.robots.server.persistence.WorldRepository
Packages that use WorldRepository
Package
Description
Parent module for the server of the Robot World game
This package contains all commands that are called by the server administrator in the Robot World Game.
Classes contained in this module encapsulate the behavior of the database
This package encapsulates all the behavior relevant to the web api layer
-
Uses of WorldRepository in za.co.wethinkcode.robots.server
Methods in za.co.wethinkcode.robots.server with parameters of type WorldRepository -
Uses of WorldRepository in za.co.wethinkcode.robots.server.commands.internal
Methods in za.co.wethinkcode.robots.server.commands.internal with parameters of type WorldRepositoryModifier and TypeMethodDescriptionvoidRestoreCommand.execute(World world, WorldRepository repository, String name) voidRestoreCommand.execute(World world, WorldRepository repository, Supplier<Boolean> hasActiveConnections, String name) voidSaveCommand.execute(World world, WorldRepository repository, String name) RestoreCommand.fromCommand(WorldRepository repository, String resolvedName) Constructors in za.co.wethinkcode.robots.server.commands.internal with parameters of type WorldRepositoryModifierConstructorDescriptionServerCommands(World world, WorldRepository repository, Supplier<Boolean> hasActiveConnections) -
Uses of WorldRepository in za.co.wethinkcode.robots.server.persistence
Classes in za.co.wethinkcode.robots.server.persistence that implement WorldRepositoryModifier and TypeClassDescriptionclassSQLite implementation of the WorldRepository. -
Uses of WorldRepository in za.co.wethinkcode.robots.webapi
Constructors in za.co.wethinkcode.robots.webapi with parameters of type WorldRepositoryModifierConstructorDescriptionHTTP_API_Runtime(WorldConfig config, World world, WorldRepository repository) WorldApiHandler(World world, WorldRepository repository) WorldApiServer(WorldConfig worldConfig, World world, WorldRepository repository)