Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments Class Reference

Classes

interface  Attachment
 
class  FileAttachment
 
class  URLAttachment
 

Public Member Functions

 MessageAttachments (Collection< FileAttachment > fileAttachments, Collection< URLAttachment > urlAttachments)
 
int getAttachmentsCount ()
 
Collection< FileAttachmentgetFileAttachments ()
 
Collection< URLAttachmentgetUrlAttachments ()
 

Detailed Description

Class to represent attachments to a message.

Attachments can be URL attachments or file attachments.

Definition at line 39 of file MessageAttachments.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.MessageAttachments ( Collection< FileAttachment fileAttachments,
Collection< URLAttachment urlAttachments 
)

Builds Message attachments from the given file attachments and URL attachments.

Parameters
fileAttachmentsCollection of file attachments.
urlAttachmentsCollection of URL attachments.

Definition at line 345 of file MessageAttachments.java.

Member Function Documentation

int org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.getAttachmentsCount ( )

Returns total count of attachments.

Returns
Count of attachments.

Definition at line 373 of file MessageAttachments.java.

Collection<FileAttachment> org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.getFileAttachments ( )

Returns collection of file attachments.

Returns
Collection of File attachments.

Definition at line 355 of file MessageAttachments.java.

Collection<URLAttachment> org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.getUrlAttachments ( )

Returns collection of URL attachments.

Returns
Collection of URL attachments.

Definition at line 364 of file MessageAttachments.java.


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

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