Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.core.RuntimeProperties Class Reference

Static Public Member Functions

static boolean coreComponentsAreActive ()
 
static void setCoreComponentsActive (boolean coreComponentsActive)
 

Private Member Functions

 RuntimeProperties ()
 

Static Private Attributes

static boolean coreComponentsActive = true
 
static boolean coreComponentsActiveSet = false
 

Detailed Description

Application properties that are set once at runtime and are not saved between invocations of Autopsy.

Definition at line 25 of file RuntimeProperties.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.core.RuntimeProperties.RuntimeProperties ( )
private

Private constructor to prevent creation of instances of this class.

Definition at line 66 of file RuntimeProperties.java.

Member Function Documentation

static boolean org.sleuthkit.autopsy.core.RuntimeProperties.coreComponentsAreActive ( )
static

Gets a flag indicating whether or not the core Autopsy UI components and user interactions with those components via menus, message boxes, NetBeans progress handles, etc., are enabled.

This flag exists as a mechanism to allow use of Autopsy as a platform with the core Autopsy user interface disabled, until such time as the user interface is made separable and optional.

Returns
True or false.

Definition at line 59 of file RuntimeProperties.java.

References org.sleuthkit.autopsy.core.RuntimeProperties.coreComponentsActive.

Referenced by org.sleuthkit.autopsy.ingest.IngestManager.StartIngestJobTask.call(), org.sleuthkit.autopsy.casemodule.Case.doCaseChange(), org.sleuthkit.autopsy.casemodule.Case.open(), org.sleuthkit.autopsy.keywordsearch.DropdownToolbar.KeywordPropertyChangeListener.propertyChange(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.propertyChange(), org.sleuthkit.autopsy.ingest.IngestManager.queueIngestJob(), org.sleuthkit.autopsy.report.ReportWizardAction.ReportWizardAction(), org.sleuthkit.autopsy.ingest.IngestManager.startIngestJob(), and org.sleuthkit.autopsy.ingest.IngestManager.subscribeToServiceMonitorEvents().

static void org.sleuthkit.autopsy.core.RuntimeProperties.setCoreComponentsActive ( boolean  coreComponentsActive)
static

Sets or unsets a flag indicating whether or not the core Autopsy UI components and user interactions with those components via menus, message boxes, NetBeans progress handles, etc., are enabled.

This flag exists as a mechanism to allow use of Autopsy as a platform with the core Autopsy user interface disabled, until such time as the user interface is made separable and optional.

Parameters
coreComponentsActiveTrue or false.

Definition at line 41 of file RuntimeProperties.java.

References org.sleuthkit.autopsy.core.RuntimeProperties.coreComponentsActive.

Referenced by org.sleuthkit.autopsy.ingest.IngestManager.setRunInteractively().

Member Data Documentation

boolean org.sleuthkit.autopsy.core.RuntimeProperties.coreComponentsActive = true
staticprivate
boolean org.sleuthkit.autopsy.core.RuntimeProperties.coreComponentsActiveSet = false
staticprivate

Definition at line 28 of file RuntimeProperties.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.