public class DatabaseList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseList.DatabaseType |
| Constructor and Description |
|---|
DatabaseList()
By default this will load the supportedDatabases.propertie file
|
DatabaseList(String supportedDbFile)
Generate database list from given file
|
| Modifier and Type | Method and Description |
|---|---|
List<DatabaseList.DatabaseType> |
getDatabases() |
public DatabaseList()
public DatabaseList(String supportedDbFile)
supportedDbFile - path to properties filepublic List<DatabaseList.DatabaseType> getDatabases()
DatabaseList.DatabaseType containing database key and description pairsCopyright © 2006–2024 Atlassian. All rights reserved.