Uses of Class
com.github.mike10004.xvfbmanager.XvfbConfig
-
-
Uses of XvfbConfig in com.github.mike10004.xvfbmanager
Methods in com.github.mike10004.xvfbmanager that return XvfbConfig Modifier and Type Method Description static XvfbConfigXvfbConfig. getDefault()Default configuration instance.Constructors in com.github.mike10004.xvfbmanager with parameters of type XvfbConfig Constructor Description XvfbManager(XvfbConfig xvfbConfig)Constructs an instance of the class with a given configuration.XvfbManager(File xvfbExecutable, XvfbConfig xvfbConfig)Constructs an instance of the class that will launch the given executable with the given configuration.XvfbManager(Supplier<File> xvfbExecutableSupplier, XvfbConfig xvfbConfig)Constructs an instance of the class that will launch the given executable with the given configuration.XvfbManager(Supplier<File> xvfbExecutableSupplier, XvfbConfig xvfbConfig, io.github.mike10004.subprocess.ProcessTracker processTracker)
-