Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.MetaTypeCondition | ( | Type | type | ) |
Construct a meta-type condition.
type | The meta-type to match, must. |
Definition at line 552 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.type.
Type org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.MetaTypeCondition.getMetaType | ( | ) |
Gets the meta-type the condition matches.
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.
|
staticprivate |
Definition at line 535 of file FilesSet.java.
|
private |
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.