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

Inherits Runnable.

Public Member Functions

 KnownStatusChangeRunner (CorrelationAttribute artifact, FileKnown knownStatus)
 
void run ()
 

Private Attributes

final CorrelationAttribute artifact
 
final FileKnown knownStatus
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(KnownStatusChangeRunner.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Thread to send info to remote DB that tags a file as known, unknown, or notable.

Definition at line 31 of file KnownStatusChangeRunner.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.eventlisteners.KnownStatusChangeRunner.KnownStatusChangeRunner ( CorrelationAttribute  artifact,
FileKnown  knownStatus 
)

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.eventlisteners.KnownStatusChangeRunner.run ( )

Member Data Documentation

final CorrelationAttribute org.sleuthkit.autopsy.centralrepository.eventlisteners.KnownStatusChangeRunner.artifact
private
final FileKnown org.sleuthkit.autopsy.centralrepository.eventlisteners.KnownStatusChangeRunner.knownStatus
private
final Logger org.sleuthkit.autopsy.centralrepository.eventlisteners.KnownStatusChangeRunner.LOGGER = Logger.getLogger(KnownStatusChangeRunner.class.getName())
staticprivate

Definition at line 33 of file KnownStatusChangeRunner.java.

final long org.sleuthkit.autopsy.centralrepository.eventlisteners.KnownStatusChangeRunner.serialVersionUID = 1L
staticprivate

Definition at line 34 of file KnownStatusChangeRunner.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Oct 30 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.