| Modifier and Type | Method and Description |
|---|---|
static ServerInstallUtil.SupportedDatabaseType |
ServerInstallUtil.getSupportedDatabaseType(HashMap<String,String> serverProperties)
Give the server properties, this returns the type of database that will be connected to.
|
static ServerInstallUtil.SupportedDatabaseType |
ServerInstallUtil.getSupportedDatabaseType(String dbType)
Give the database type string, this returns the type of database that it refers to.
|
static ServerInstallUtil.SupportedDatabaseType |
ServerInstallUtil.SupportedDatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerInstallUtil.SupportedDatabaseType[] |
ServerInstallUtil.SupportedDatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.