19 package org.sleuthkit.autopsy.centralrepository.datamodel;
 
   21 import org.openide.util.NbBundle.Messages;
 
   27     "CentralRepoDbChoice.Disabled.Text=Disabled",
 
   28     "CentralRepoDbChoice.Sqlite.Text=SQLite",
 
   29     "CentralRepoDbChoice.PostgreSQL_Multiuser.Text=PostgreSQL using multi-user settings",
 
   30     "CentralRepoDbChoice.PostgreSQL.Text=Custom PostgreSQL",
 
   39         SQLITE, POSTGRESQL_MULTIUSER, POSTGRESQL_CUSTOM
 
   48         this.settingKey = key;
 
   50         this.platform = platform;
 
CentralRepoPlatforms getDbPlatform()
final CentralRepoPlatforms platform
CentralRepoDbChoice(String key, String title, CentralRepoPlatforms platform)