|
Sleuth Kit Java Bindings (JNI) 4.14.0
Java bindings for using The Sleuth Kit
|
Inherits org.sleuthkit.datamodel.Content.
Inherited by org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
A data source (e.g., an image, a local disk, a virtual directory of logical files, etc.).
Definition at line 25 of file DataSource.java.
| String org.sleuthkit.datamodel.DataSource.getAcquisitionDetails | ( | ) | throws TskCoreException |
Gets the acquisition details field from the case database.
| TskCoreException | Thrown if the data can not be read |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
| String org.sleuthkit.datamodel.DataSource.getAcquisitionToolName | ( | ) | throws TskCoreException |
Gets the acquisition tool name field from the case database.
| TskCoreException | Thrown if the data can not be read |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
References getAcquisitionToolName().
Referenced by getAcquisitionToolName().
| String org.sleuthkit.datamodel.DataSource.getAcquisitionToolSettings | ( | ) | throws TskCoreException |
Gets the acquisition tool settings field from the case database.
| TskCoreException | Thrown if the data can not be read |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
References getAcquisitionToolSettings().
Referenced by getAcquisitionToolSettings().
| String org.sleuthkit.datamodel.DataSource.getAcquisitionToolVersion | ( | ) | throws TskCoreException |
Gets the acquisition tool version field from the case database.
| TskCoreException | Thrown if the data can not be read |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
References getAcquisitionToolVersion().
Referenced by getAcquisitionToolVersion().
| long org.sleuthkit.datamodel.DataSource.getContentSize | ( | SleuthkitCase | sleuthkitCase | ) | throws TskCoreException |
Gets the size of the contents of the data source in bytes. This size can change as archive files within the data source are expanded, files are carved, etc., and is different from the size of the data source as returned by Content.getSize, which is the size of the data source as a file.
| sleuthkitCase | The sleuthkit case instance from which to make calls to the database. |
| TskCoreException | Thrown when there is an issue trying to retrieve data from the database. |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
| Long org.sleuthkit.datamodel.DataSource.getDateAdded | ( | ) | throws TskCoreException |
Gets the added date field from the case database.
| TskCoreException | Thrown if the data can not be read |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
References getDateAdded().
Referenced by getDateAdded().
| String org.sleuthkit.datamodel.DataSource.getDeviceId | ( | ) |
Gets the ASCII-printable identifier for the device associated with the data source. This identifier is intended to be unique across multiple cases (e.g., a UUID).
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
| Host org.sleuthkit.datamodel.DataSource.getHost | ( | ) | throws TskCoreException |
Gets the host for this data source.
| TskCoreException |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
References getHost().
Referenced by getHost().
| String org.sleuthkit.datamodel.DataSource.getTimeZone | ( | ) |
Gets the time zone that was used to process the data source.
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
| void org.sleuthkit.datamodel.DataSource.setAcquisitionDetails | ( | String | details | ) | throws TskCoreException |
Sets the acquisition details field in the case database.
| details | The acquisition details |
| TskCoreException | Thrown if the data can not be written |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
| void org.sleuthkit.datamodel.DataSource.setAcquisitionToolDetails | ( | String | name, |
| String | version, | ||
| String | settings ) throws TskCoreException |
Sets the acquisition tool details such as its name, version number and any settings used during the acquisition to acquire data.
| name | The name of the acquisition tool. May be NULL. |
| version | The acquisition tool version number. May be NULL. |
| settings | The settings used by the acquisition tool. May be NULL. |
| TskCoreException | Thrown if the data can not be written |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
| void org.sleuthkit.datamodel.DataSource.setDisplayName | ( | String | newName | ) | throws TskCoreException |
Set the name for this data source.
| newName | The new name for the data source |
| TskCoreException | Thrown if an error occurs while updating the database |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
Copyright © 2011-2024 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.