Go to the documentation of this file.
19package org.sleuthkit.autopsy.centralrepository.eventlisteners;
21import org.openide.util.NbBundle;
22import org.sleuthkit.autopsy.core.RuntimeProperties;
23import org.sleuthkit.autopsy.coreutils.MessageNotifyUtil;
24import org.sleuthkit.autopsy.coreutils.Version;
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."
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 boolean shouldDisplay()
static boolean runningWithGUI
static void info(String message)
static Version.Type getBuildType()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.