|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| ImageWriterSettings (String path, boolean updateDatabasePath) | |
| String | getPath () |
| boolean | getUpdateDatabasePath () |
Private Attributes | |
| final String | path |
| final boolean | updateDatabasePath |
Helper class to hold the image writer settings from the local disk panel
Definition at line 24 of file ImageWriterSettings.java.
| org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.ImageWriterSettings | ( | String | path, |
| boolean | updateDatabasePath | ||
| ) |
Definition at line 28 of file ImageWriterSettings.java.
References org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.path, and org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.updateDatabasePath.
| String org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.getPath | ( | ) |
Definition at line 33 of file ImageWriterSettings.java.
References org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.path.
| boolean org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.getUpdateDatabasePath | ( | ) |
Definition at line 37 of file ImageWriterSettings.java.
References org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.updateDatabasePath.
|
private |
Definition at line 25 of file ImageWriterSettings.java.
Referenced by org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.getPath(), and org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.ImageWriterSettings().
|
private |
Definition at line 26 of file ImageWriterSettings.java.
Referenced by org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.getUpdateDatabasePath(), and org.sleuthkit.autopsy.imagewriter.ImageWriterSettings.ImageWriterSettings().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.