Class ConnectionSettings
- java.lang.Object
-
- ru.dest.library.database.settings.ConnectionSettings
-
public class ConnectionSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionSettings.Loader
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabase()StringgetHost()StringgetPassword()PathgetRoot()StringgetType()StringgetUser()IConnectionProvidermakeProvider()
-
-
-
Method Detail
-
getHost
public String getHost()
-
getUser
public String getUser()
-
getPassword
public String getPassword()
-
getDatabase
public String getDatabase()
-
getType
public String getType()
-
getRoot
public Path getRoot()
-
makeProvider
public IConnectionProvider makeProvider() throws Exception
- Throws:
Exception
-
-