Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings Class Reference

Public Member Functions

String getFileRepoPath ()
 
CTSettings setFileRepoPath (String fileRepoPath)
 

Static Public Member Functions

static String getDefaultFileRepoPath ()
 

Static Private Member Functions

static String getAppDataLocalDirectory ()
 

Private Attributes

String fileRepoPath = DEFAULT_FILE_REPO_PATH
 

Static Private Attributes

static final String CYBERTRIAGE_DOT_FOLDER = "." + CYBERTRIAGE_FOLDER
 
static final String CYBERTRIAGE_FOLDER = "cybertriage"
 
static final String DEFAULT_FILE_REPO_PATH = getAppDataLocalDirectory()
 
static final Logger LOGGER = Logger.getLogger(CTSettings.class.getCanonicalName())
 

Detailed Description

CT settings that don't include license information. This code must be kept in-sync with code in CT Autopsy Importer NBM.

Definition at line 36 of file CTSettings.java.

Member Function Documentation

static String com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.getAppDataLocalDirectory ( )
staticprivate
static String com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.getDefaultFileRepoPath ( )
static
String com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.getFileRepoPath ( )
CTSettings com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.setFileRepoPath ( String  fileRepoPath)

Member Data Documentation

final String com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.CYBERTRIAGE_DOT_FOLDER = "." + CYBERTRIAGE_FOLDER
staticprivate

Definition at line 42 of file CTSettings.java.

final String com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.CYBERTRIAGE_FOLDER = "cybertriage"
staticprivate

Definition at line 41 of file CTSettings.java.

final String com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.DEFAULT_FILE_REPO_PATH = getAppDataLocalDirectory()
staticprivate
String com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.fileRepoPath = DEFAULT_FILE_REPO_PATH
private
final Logger com.basistech.df.cybertriage.autopsy.incidentoptions.CTSettings.LOGGER = Logger.getLogger(CTSettings.class.getCanonicalName())
staticprivate

Definition at line 38 of file CTSettings.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.