Class DatabaseCredentials
java.lang.Object
fr.fuzeblocks.homeplugin.database.DatabaseCredentials
The type Database credentials.
- 
Constructor SummaryConstructorsConstructorDescriptionDatabaseCredentials(String host, String user, String pass, String database, int port) Instantiates a new Database credentials.
- 
Method Summary
- 
Constructor Details- 
DatabaseCredentialsInstantiates a new Database credentials.- Parameters:
- host- the host
- user- the user
- pass- the pass
- database- the database
- port- the port
 
 
- 
- 
Method Details- 
toURITo uri string.- Returns:
- the string
 
- 
getHostGets host.- Returns:
- the host
 
- 
getUserGets user.- Returns:
- the user
 
- 
getPassGets pass.- Returns:
- the pass
 
- 
getDatabaseGets database.- Returns:
- the database
 
- 
getPortpublic int getPort()Gets port.- Returns:
- the port
 
 
-