Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | RuntimePropertiesException |
Static Public Member Functions | |
static synchronized boolean | runningWithGUI () |
static synchronized void | setRunningWithGUI (boolean runningWithGUI) throws RuntimePropertiesException |
Private Member Functions | |
RuntimeProperties () | |
Static Private Attributes | |
static boolean | runningWithGUI = true |
static boolean | runningWithGUIFlagHasBeenSet = false |
Application properties that are set once at runtime and are not saved between invocations of Autopsy.
Definition at line 25 of file RuntimeProperties.java.
|
private |
Private constructor to prevent creation of instances of this class.
Definition at line 61 of file RuntimeProperties.java.
|
static |
Gets a flag indicating whether or not the application is running with a GUI.
Definition at line 54 of file RuntimeProperties.java.
Referenced by org.sleuthkit.autopsy.core.RuntimeProperties.setRunningWithGUI().
|
static |
Sets or unsets a flag indicating whether or not the application is running with a GUI. The flag can only be set once per application innvocation.
runningWithGUI | True or false. |
RuntimePropertiesException | if the flag has already been set. |
Definition at line 39 of file RuntimeProperties.java.
References org.sleuthkit.autopsy.core.RuntimeProperties.runningWithGUI.
|
staticprivate |
Definition at line 27 of file RuntimeProperties.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestManager.beginIngestJob(), org.sleuthkit.autopsy.ingest.IngestManager.StartIngestJobTask.call(), org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), org.sleuthkit.autopsy.casemodule.Case.close(), org.sleuthkit.autopsy.casemodule.Case.closeAppServiceCaseResources(), org.sleuthkit.autopsy.casemodule.Case.closeCurrentCase(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.configureSettings(), org.sleuthkit.autopsy.casemodule.Case.deleteCase(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.getValidFilePath(), org.sleuthkit.autopsy.casemodule.Case.open(), org.sleuthkit.autopsy.casemodule.Case.openAppServiceCaseResources(), org.sleuthkit.autopsy.casemodule.Case.openAsCurrentCase(), org.sleuthkit.autopsy.keywordsearch.SolrSearchService.openCaseResources(), org.sleuthkit.autopsy.communications.OpenCommVisualizationToolAction.OpenCommVisualizationToolAction(), org.sleuthkit.autopsy.casemodule.Case.openServices(), org.sleuthkit.autopsy.keywordsearch.DropdownToolbar.SearchSettingsChangeListener.propertyChange(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.propertyChange(), org.sleuthkit.autopsy.ingest.IngestManager.queueIngestJob(), org.sleuthkit.autopsy.report.ReportWizardAction.ReportWizardAction(), org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.restored(), org.sleuthkit.autopsy.core.RuntimeProperties.setRunningWithGUI(), org.sleuthkit.autopsy.ingest.IngestManager.startIngestJob(), org.sleuthkit.autopsy.ingest.IngestManager.subscribeToServiceMonitorEvents(), org.sleuthkit.autopsy.casemodule.Case.updateGUIForCaseClosed(), and org.sleuthkit.autopsy.casemodule.Case.updateGUIForCaseOpened().
|
staticprivate |
Definition at line 28 of file RuntimeProperties.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.