|
Autopsy
4.21.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 660 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 679 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 707 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 684 of file FilesSet.java.
References org::sleuthkit::datamodel::AbstractFile.getMetaType(), org::sleuthkit::datamodel::AbstractFile.isFile(), org::sleuthkit::datamodel::TskData::TSK_FS_META_TYPE_ENUM.TSK_FS_META_TYPE_DIR, org::sleuthkit::datamodel::TskData::TSK_FS_META_TYPE_ENUM.TSK_FS_META_TYPE_REG, and org::sleuthkit::datamodel::TskData::TSK_FS_META_TYPE_ENUM.TSK_FS_META_TYPE_VIRT_DIR.
|
staticprivate |
Definition at line 662 of file FilesSet.java.
|
private |
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.