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

Public Member Functions

String getProduct ()
 
String getVendor ()
 
String toString ()
 

Private Member Functions

 USBInfo (String vend, String prod)
 

Private Attributes

final String product
 
final String vendor
 

Detailed Description

Stores the vendor information about a USB device

Definition at line 170 of file UsbDeviceIdMapper.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.USBInfo ( String  vend,
String  prod 
)
private

Definition at line 175 of file UsbDeviceIdMapper.java.

Member Function Documentation

String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.getProduct ( )

Get product (model) information

Returns

Definition at line 194 of file UsbDeviceIdMapper.java.

References org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.product.

String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.getVendor ( )

Get Vendor (make) information

Returns

Definition at line 185 of file UsbDeviceIdMapper.java.

References org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.vendor.

String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.toString ( )

Member Data Documentation

final String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.product
private
final String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.vendor
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.