Uses of Interface
io.patriot_framework.network_simulator.docker.manager.Manager
-
-
Uses of Manager in io.patriot_framework.network_simulator.docker.container
Methods in io.patriot_framework.network_simulator.docker.container that return Manager Modifier and Type Method Description Manager
DockerContainer. getManager()
Gets manager.Methods in io.patriot_framework.network_simulator.docker.container with parameters of type Manager Modifier and Type Method Description void
DockerContainer. setManager(Manager manager)
Sets manager. -
Uses of Manager in io.patriot_framework.network_simulator.docker.manager
Classes in io.patriot_framework.network_simulator.docker.manager that implement Manager Modifier and Type Class Description class
DockerManager
Class providing connection between Patriot api and java-docker api. -
Uses of Manager in io.patriot_framework.network_simulator.docker.network
Methods in io.patriot_framework.network_simulator.docker.network with parameters of type Manager Modifier and Type Method Description boolean
DockerNetwork. exists(Manager dockerManager)
-