Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.ModuleStats Class Reference

Inherits Comparable< ModuleStats >.

Public Member Functions

int compareTo (ModuleStats o)
 

Protected Member Functions

String getName ()
 
long getDuration ()
 

Private Attributes

final String name
 
final long duration
 

Detailed Description

Definition at line 255 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

int org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.ModuleStats.compareTo ( ModuleStats  o)
long org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.ModuleStats.getDuration ( )
protected
String org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.ModuleStats.getName ( )
protected

Member Data Documentation

final long org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.ModuleStats.duration
private
final String org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.ModuleStats.name
private

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

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