Uses of Interface
com.github.mike10004.xvfbmanager.XvfbController
-
-
Uses of XvfbController in com.github.mike10004.xvfbmanager
Classes in com.github.mike10004.xvfbmanager that implement XvfbController Modifier and Type Class Description classDefaultXvfbControllerDefault controller implementation.Methods in com.github.mike10004.xvfbmanager that return XvfbController Modifier and Type Method Description XvfbControllerXvfbManager. start()Starts Xvfb on a vacant display.XvfbControllerXvfbManager. start(int displayNumber)Starts Xvfb on the specified display using the specified executor service.XvfbControllerXvfbManager. start(int displayNumber, Path scratchDir)Starts Xvfb on the specified display using the specified executor service, writing temp files to the specified directory.XvfbControllerXvfbManager. start(Path scratchDir)Starts Xvfb on a vacant display using the specified executor service and writing temp files to the given directory.
-