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

Public Member Functions

 ImageWriterSettings (String path, boolean updateDatabasePath)
 
String getPath ()
 
boolean getUpdateDatabasePath ()
 

Private Attributes

final String path
 
final boolean updateDatabasePath
 

Detailed Description

Helper class to hold the image writer settings from the local disk panel

Definition at line 24 of file ImageWriterSettings.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.ImageWriterSettings ( String  path,
boolean  updateDatabasePath 
)

Member Function Documentation

String org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.getPath ( )
boolean org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.getUpdateDatabasePath ( )

Member Data Documentation

final String org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.path
private
final boolean org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.updateDatabasePath
private

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

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