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

Public Member Functions

String getIngestProfilePrefix ()
 

Static Public Member Functions

static IngestProfilePaths getInstance ()
 

Private Member Functions

 IngestProfilePaths ()
 

Static Private Attributes

static final String INGEST_PROFILE_PREFIX = "IngestProfiles."
 
static final IngestProfilePaths instance = new IngestProfilePaths()
 

Detailed Description

Path information for ingest profiles.

Definition at line 24 of file IngestProfilePaths.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.profile.IngestProfilePaths.IngestProfilePaths ( )
private

Definition at line 30 of file IngestProfilePaths.java.

Member Function Documentation

String org.sleuthkit.autopsy.ingest.profile.IngestProfilePaths.getIngestProfilePrefix ( )
Returns
The prefix in front of all ingest profiles to differentiate between this and other ingest settings (i.e. command line, add image ingest wizard, etc.).

Definition at line 45 of file IngestProfilePaths.java.

References org.sleuthkit.autopsy.ingest.profile.IngestProfilePaths.INGEST_PROFILE_PREFIX.

Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.analyze().

static IngestProfilePaths org.sleuthkit.autopsy.ingest.profile.IngestProfilePaths.getInstance ( )
static

Member Data Documentation

final String org.sleuthkit.autopsy.ingest.profile.IngestProfilePaths.INGEST_PROFILE_PREFIX = "IngestProfiles."
staticprivate
final IngestProfilePaths org.sleuthkit.autopsy.ingest.profile.IngestProfilePaths.instance = new IngestProfilePaths()
staticprivate

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

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