Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter Class Reference

Inherits org.sleuthkit.datamodel.TimelineFilter.UnionFilter< EventTypeFilter >.

Public Member Functions

 EventTypeFilter (TimelineEventType rootEventType)
 
EventTypeFilter copyOf ()
 
boolean equals (Object obj)
 
String getDisplayName ()
 
TimelineEventType getRootEventType ()
 
int hashCode ()
 
String toString ()
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TimelineFilter.UnionFilter< EventTypeFilter >
void addSubFilter (SubFilterType subfilter)
 

Detailed Description

A timeline events filter used to query for a subset of the event types in the event types hierarchy. The filter is built via a recursive descent from any given type in the hierarchy, effectively creating a filter that accepts the events in a branch of the event types hierarchy.

Definition at line 130 of file TimelineFilter.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.EventTypeFilter ( TimelineEventType  rootEventType)

Constructs a timeline events filter used to query for a subset of the event types in the event types hierarchy. The subset of event types that pass the filter is determined by a recursive descent from any given type in the hierarchy, effectively creating a filter that accepts the events in a branch of the event types hierarchy.

Parameters
rootEventTypeThe "root" of the event hierarchy for the purposes of this filter.

Definition at line 168 of file TimelineFilter.java.

Member Function Documentation

EventTypeFilter org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.copyOf ( )
boolean org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.equals ( Object  obj)
String org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.getDisplayName ( )
TimelineEventType org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.getRootEventType ( )

Gets the "root" of the branch of the event types hierarchy accepted by this filter.

Returns
The "root" event type.

Definition at line 178 of file TimelineFilter.java.

Referenced by org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.equals().

int org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.hashCode ( )

Definition at line 195 of file TimelineFilter.java.

String org.sleuthkit.datamodel.TimelineFilter.EventTypeFilter.toString ( )

Definition at line 233 of file TimelineFilter.java.


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

Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.