Package org.killbill.testing.mysql
Class TestingMySqlServer
- java.lang.Object
-
- org.killbill.testing.mysql.TestingMySqlServer
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public final class TestingMySqlServer extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description TestingMySqlServer(MySqlServerOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetMySqlVersion()Get MySQL version of started server.StringgetServerDirectory()Get MySQL server directory.
-
-
-
Constructor Detail
-
TestingMySqlServer
public TestingMySqlServer(MySqlServerOptions options) throws Exception
- Throws:
Exception
-
-