|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ModuleInstall.
Public Member Functions | |
| void | restored () |
| void | uninstalled () |
Static Public Member Functions | |
| static synchronized Installer | getDefault () |
Private Member Functions | |
| Installer () | |
| void | setLookAndFeel () |
| void | setModuleSettings (String value) |
| void | setOSXLookAndFeel () |
| void | setUnixLookAndFeel () |
| void | showStartupWindows (boolean crFirstTimeSetup) |
Static Private Member Functions | |
| static void | setUIFont (javax.swing.plaf.FontUIResource f) |
Static Private Attributes | |
| static Installer | instance |
| static final Logger | logger = Logger.getLogger(Installer.class.getName()) |
| static final long | serialVersionUID = 1L |
Manages this module's life cycle. Opens the startup dialog during startup.
Definition at line 56 of file Installer.java.
|
private |
Definition at line 69 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
static |
Definition at line 62 of file Installer.java.
References org.sleuthkit.autopsy.corecomponents.Installer.Installer(), and org.sleuthkit.autopsy.corecomponents.Installer.instance.
Referenced by org.sleuthkit.autopsy.core.Installer.Installer().
| void org.sleuthkit.autopsy.corecomponents.Installer.restored | ( | ) |
Runs central repo default setup. Triggered here to track if this is first time setup in order to show CR notification dialog prior to any startup window.
Definition at line 74 of file Installer.java.
References org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.addPropertyChangeListener(), org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.ProcessState.COMPLETED, org.sleuthkit.autopsy.centralrepository.eventlisteners.CRDefaultSetupAction.getInstance(), org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.getState(), org.sleuthkit.autopsy.commandlineingest.CommandLineOptionProcessor.PROCESSING_COMPLETED, org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel(), org.sleuthkit.autopsy.centralrepository.eventlisteners.CRDefaultSetupAction.setupDefaultCentralRepository(), org.sleuthkit.autopsy.corecomponents.Installer.showStartupWindows(), and org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.start().
|
private |
Definition at line 163 of file Installer.java.
References org.sleuthkit.autopsy.corecomponents.Installer.setModuleSettings(), and org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.restored().
|
private |
Definition at line 230 of file Installer.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.configExists(), org.sleuthkit.autopsy.coreutils.ModuleSettings.makeConfigFile(), and org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSetting().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel(), and org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
|
private |
Set the look and feel to be the Cross Platform 'Metal', but keep Aqua dependent elements that set the Menu Bar to be in the correct place on Mac OS X.
Definition at line 187 of file Installer.java.
|
staticprivate |
Definition at line 220 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setUnixLookAndFeel().
|
private |
Definition at line 239 of file Installer.java.
References org.sleuthkit.autopsy.corecomponents.Installer.setModuleSettings(), and org.sleuthkit.autopsy.corecomponents.Installer.setUIFont().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.setLookAndFeel().
|
private |
Show startup window(s) in sequence.
| crFirstTimeSetup | If true, attempts to show the central repo notification dialog |
Definition at line 150 of file Installer.java.
References org.sleuthkit.autopsy.centralrepository.eventlisteners.CentralRepositoryNotificationDialog.display(), org.sleuthkit.autopsy.casemodule.StartupWindowProvider.getInstance(), org.sleuthkit.autopsy.casemodule.StartupWindowProvider.open(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.CentralRepositoryNotificationDialog.shouldDisplay().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.restored().
| void org.sleuthkit.autopsy.corecomponents.Installer.uninstalled | ( | ) |
Definition at line 159 of file Installer.java.
|
staticprivate |
Definition at line 60 of file Installer.java.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.getDefault().
|
staticprivate |
Definition at line 59 of file Installer.java.
|
staticprivate |
Definition at line 58 of file Installer.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.