Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.MediaSubTypeNodeChildren Class Reference

Inherits Detachable< FileTypesKey >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

boolean createKeys (List< FileTypesKey > list)
 
Node createNodeForKey (FileTypesKey key)
 

Private Member Functions

 MediaSubTypeNodeChildren (String mimeType)
 

Private Attributes

final String mimeType
 

Detailed Description

Factory for populating the contents of the Media Sub Type Node with the files that match MimeType which is represented by this position in the tree.

Definition at line 448 of file FileTypesByMimeType.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.MediaSubTypeNodeChildren.MediaSubTypeNodeChildren ( String  mimeType)
private

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.MediaSubTypeNodeChildren.createKeys ( List< FileTypesKey >  list)
protected
Node org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.MediaSubTypeNodeChildren.createNodeForKey ( FileTypesKey  key)
protected

Definition at line 475 of file FileTypesByMimeType.java.

void org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.MediaSubTypeNodeChildren.update ( Observable  o,
Object  arg 
)

Definition at line 470 of file FileTypesByMimeType.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.FileTypesByMimeType.MediaSubTypeNodeChildren.mimeType
private

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

Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.