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 | COMPARATOR |
enum | SIZE_UNIT |
Public Member Functions | |
FileSizeCondition (COMPARATOR comparator, SIZE_UNIT unit, int sizeValue) | |
COMPARATOR | getComparator () |
int | getSizeValue () |
SIZE_UNIT | getUnit () |
boolean | passes (AbstractFile file) |
Private Attributes | |
final COMPARATOR | comparator |
final int | sizeValue |
final SIZE_UNIT | unit |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
A class for checking whether a file's size is within the specifications given (i.e. < N Bytes).
Definition at line 384 of file FilesSet.java.
org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.FileSizeCondition | ( | COMPARATOR | comparator, |
SIZE_UNIT | unit, | ||
int | sizeValue | ||
) |
Definition at line 474 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.comparator, org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.sizeValue, and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.unit.
COMPARATOR org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.getComparator | ( | ) |
Gets the comparator of this condition
Definition at line 485 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.comparator.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.passes(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.toString().
int org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.getSizeValue | ( | ) |
Gets the size value of this condition
Definition at line 503 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.sizeValue.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.passes(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.toString().
SIZE_UNIT org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.getUnit | ( | ) |
Gets the unit for the size of this condition
Definition at line 494 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.unit.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.passes(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.toString().
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.passes | ( | AbstractFile | file | ) |
Definition at line 508 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.getComparator(), org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.getSize(), org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.getSizeValue(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.getUnit().
|
private |
|
staticprivate |
Definition at line 386 of file FilesSet.java.
|
private |
|
private |
Definition at line 471 of file FilesSet.java.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.FileSizeCondition(), org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.SIZE_UNIT.fromName(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FileSizeCondition.getUnit().
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.