Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Private Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils Class Reference

Classes

class  DataSourceGroupKey
 
class  DomainCategoryGroupKey
 
class  FileSizeGroupKey
 
class  FileTagGroupKey
 
class  FileTypeGroupKey
 
class  FirstActivityDateGroupKey
 
class  FrequencyGroupKey
 
class  GroupKey
 
class  HashHitsGroupKey
 
class  InterestingItemGroupKey
 
class  KeywordListGroupKey
 
class  LastActivityDateGroupKey
 
class  NoGroupingGroupKey
 
class  ObjectDetectedGroupKey
 
class  PageViewsGroupKey
 
class  ParentPathGroupKey
 
class  PreviouslyNotableGroupKey
 
class  SearchKey
 

Private Member Functions

 DiscoveryKeyUtils ()
 

Static Private Member Functions

static ZonedDateTime getCurrentWeekCutOff (long epochSeconds, ResultDomain domainResult)
 

Static Private Attributes

static final Logger logger = Logger.getLogger(DiscoveryKeyUtils.class.getName())
 

Detailed Description

Utility class for constructing keys for groups and searches.

Definition at line 46 of file DiscoveryKeyUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.DiscoveryKeyUtils ( )
private

Private constructor for GroupKeyUtils utility class.

Definition at line 1452 of file DiscoveryKeyUtils.java.

Member Function Documentation

static ZonedDateTime org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.getCurrentWeekCutOff ( long  epochSeconds,
ResultDomain  domainResult 
)
staticprivate

Get the next closed Sunday given an epoch time and timezone. Dates for grouping are managed on a weekly basis. Each Sunday acts as the boundary and representative for the week.

Definition at line 1216 of file DiscoveryKeyUtils.java.

References org.sleuthkit.autopsy.coreutils.TimeZoneUtils.getTimeZone().

Member Data Documentation

final Logger org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.logger = Logger.getLogger(DiscoveryKeyUtils.class.getName())
staticprivate

Definition at line 48 of file DiscoveryKeyUtils.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.