Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition Class Reference

Inherits org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileAttributeCondition.

Classes

enum  Type
 

Public Member Functions

 MetaTypeCondition (Type type)
 
Type getMetaType ()
 
boolean passes (AbstractFile file)
 

Private Attributes

final Type type
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A file meta-type condition for an interesting files set membership rule. The immutability of a meta-type condition object allows it to be safely published to multiple threads.

Definition at line 533 of file FilesSet.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.MetaTypeCondition ( Type  type)

Construct a meta-type condition.

Parameters
typeThe meta-type to match, must.

Definition at line 552 of file FilesSet.java.

References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.type.

Member Function Documentation

Type org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.getMetaType ( )

Gets the meta-type the condition matches.

Returns
A member of the MetaTypeCondition.Type enumeration.

Definition at line 580 of file FilesSet.java.

References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.type.

boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.passes ( AbstractFile  file)

Definition at line 557 of file FilesSet.java.

Member Data Documentation

final long org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.serialVersionUID = 1L
staticprivate

Definition at line 535 of file FilesSet.java.

final Type org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.type
private

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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.