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

Static Public Member Functions

static List< OSInfogetAllOSInfo (SleuthkitCase skCase) throws TskCoreException
 
static List< OSInfogetOSInfo (SleuthkitCase skCase) throws TskCoreException
 
static List< OSInfogetOSInfo (SleuthkitCase skCase, FsContent fsc) throws TskCoreException
 

Detailed Description

Utility class to combine information from various OS info artifacts into fewer objects.

Definition at line 30 of file OSUtility.java.

Member Function Documentation

static List<OSInfo> org.sleuthkit.datamodel.OSUtility.getAllOSInfo ( SleuthkitCase  skCase) throws TskCoreException
static

Creates a list of all OS Info data on any file system, including the backups

Parameters
skCase- Have to pass this in because we don't have access to the normal method
Returns
- List of OSInfo objects
Exceptions
TskCoreException

Definition at line 77 of file OSUtility.java.

static List<OSInfo> org.sleuthkit.datamodel.OSUtility.getOSInfo ( SleuthkitCase  skCase) throws TskCoreException
static

Get all non-backup OSInfo data

Parameters
skCase- Have to pass this in because we don't have access to the normal method
Returns
List of OSInfo objects
Exceptions
TskCoreException

Definition at line 45 of file OSUtility.java.

static List<OSInfo> org.sleuthkit.datamodel.OSUtility.getOSInfo ( SleuthkitCase  skCase,
FsContent  fsc 
) throws TskCoreException
static

Get OSInfo from the same file system as the given object. Will not include backups.

Parameters
skCase- Have to pass this in because we don't have access to the normal method
fsc- FsContent from the same file system we want the OS information from
Returns
- List of OSInfo objects
Exceptions
TskCoreException

Definition at line 62 of file OSUtility.java.


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

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