19 package org.sleuthkit.autopsy.centralrepository.eventlisteners;
21 import org.openide.util.NbBundle;
36 static boolean shouldDisplay() {
46 "CentralRepositoryNotificationDialog.header=Autopsy stores data about each case in its Central Repository.",
47 "CentralRepositoryNotificationDialog.bulletHeader=This data is used to:",
48 "CentralRepositoryNotificationDialog.bulletOne=Ignore common items (files, domains, and accounts)",
49 "CentralRepositoryNotificationDialog.bulletTwo=Identify where an item was previously seen",
50 "CentralRepositoryNotificationDialog.bulletThree=Create personas that group accounts",
51 "CentralRepositoryNotificationDialog.finalRemarks=To limit what is stored, use the Central Repository options panel."
53 static void display() {
54 assert shouldDisplay();
60 +
"<p>" + Bundle.CentralRepositoryNotificationDialog_header() +
"</p>"
61 +
"<p>" + Bundle.CentralRepositoryNotificationDialog_bulletHeader() +
"</p>"
63 +
"<li>" + Bundle.CentralRepositoryNotificationDialog_bulletOne() +
"</li>"
64 +
"<li>" + Bundle.CentralRepositoryNotificationDialog_bulletTwo() +
"</li>"
65 +
"<li>" + Bundle.CentralRepositoryNotificationDialog_bulletThree() +
"</li>"
67 +
"<p>" + Bundle.CentralRepositoryNotificationDialog_finalRemarks() +
"</p>"
static Version.Type getBuildType()
static boolean runningWithGUI
static void info(String message)