Autopsy  3.1
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 getVendor ()
 
String getProduct ()
 
String toString ()
 

Private Member Functions

 USBInfo (String vend, String prod)
 

Private Attributes

final String vendor
 
final String product
 

Detailed Description

Stores the vendor information about a USB device

Definition at line 166 of file UsbDeviceIdMapper.java.

Constructor & Destructor Documentation

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

Definition at line 170 of file UsbDeviceIdMapper.java.

Member Function Documentation

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

Get product (model) information

Returns

Definition at line 187 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 179 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.