|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| Frequency (int ranking, int maxOccur, String displayName) | |
| int | getMaxOccur () |
| int | getRanking () |
| String | toString () |
Static Public Member Functions | |
| static Frequency | fromCount (long count) |
| static List< Frequency > | getOptionsForFilteringWithCr () |
| static List< Frequency > | getOptionsForFilteringWithoutCr () |
Public Attributes | |
| COMMON =(2, 100, Bundle.SearchData_Frequency_common_displayName()) | |
| KNOWN =(4, 0, Bundle.SearchData_Frequency_known_displayName()) | |
| RARE =(1, 10, Bundle.SearchData_Frequency_rare_displayName()) | |
| UNIQUE =(0, 1, Bundle.SearchData_Frequency_unique_displayName()) | |
| UNKNOWN =(5, 0, Bundle.SearchData_Frequency_unknown_displayName()) | |
| VERY_COMMON =(3, 0, Bundle.SearchData_Frequency_verycommon_displayName()) | |
Private Attributes | |
| final String | displayName |
| final int | maxOccur |
| final int | ranking |
Enum representing how often the result occurs in the Central Repository.
Definition at line 142 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.Frequency | ( | int | ranking, |
| int | maxOccur, | ||
| String | displayName | ||
| ) |
Construct a new frequency enum value.
| ranking | The rank for sorting. |
| maxOccur | The max occurrences this enum value is for. |
| displayName | The display name for this enum value. |
Definition at line 161 of file SearchData.java.
|
static |
Get the enum matching the given occurrence count.
| count | Number of times a result is in the Central Repository. |
Definition at line 183 of file SearchData.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.DomainFrequencyCallback.process(), and org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyCallback.process().
| int org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.getMaxOccur | ( | ) |
Get the maximum number of occurrences this enum value is for.
Definition at line 224 of file SearchData.java.
|
static |
Get the list of enums that are valid for filtering when a CR is enabled.
Definition at line 200 of file SearchData.java.
|
static |
Get the list of enums that are valid for filtering when no CR is enabled.
Definition at line 210 of file SearchData.java.
| int org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.getRanking | ( | ) |
Get the rank for sorting.
Definition at line 172 of file SearchData.java.
| String org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.toString | ( | ) |
Definition at line 215 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.COMMON =(2, 100, Bundle.SearchData_Frequency_common_displayName()) |
Definition at line 145 of file SearchData.java.
|
private |
Definition at line 151 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.KNOWN =(4, 0, Bundle.SearchData_Frequency_known_displayName()) |
Definition at line 147 of file SearchData.java.
|
private |
Definition at line 152 of file SearchData.java.
|
private |
Definition at line 150 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.RARE =(1, 10, Bundle.SearchData_Frequency_rare_displayName()) |
Definition at line 144 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.UNIQUE =(0, 1, Bundle.SearchData_Frequency_unique_displayName()) |
Definition at line 143 of file SearchData.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyCallback.process().
| org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.UNKNOWN =(5, 0, Bundle.SearchData_Frequency_unknown_displayName()) |
Definition at line 148 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.VERY_COMMON =(3, 0, Bundle.SearchData_Frequency_verycommon_displayName()) |
Definition at line 146 of file SearchData.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.