Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.LocalFilesDataSource Class Reference

Inherits org.sleuthkit.datamodel.AbstractDataSource.

Public Member Functions

VirtualDirectory getRootDirectory ()
 

Private Attributes

final VirtualDirectory rootDirectory
 

Detailed Description

A local/logical files and/or directories data source.

NOTE: The DataSource interface is an emerging feature and at present is only useful for obtaining the object id and the device id, an ASCII-printable identifier for the device associated with the data source that is intended to be unique across multiple cases (e.g., a UUID). In the future, this interface will extend the Content interface and the AbstractDataSource will become an abstract superclass.

Definition at line 31 of file LocalFilesDataSource.java.

Member Function Documentation

VirtualDirectory org.sleuthkit.datamodel.LocalFilesDataSource.getRootDirectory ( )

Member Data Documentation

final VirtualDirectory org.sleuthkit.datamodel.LocalFilesDataSource.rootDirectory
private

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

Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.