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

Inherits org.sleuthkit.datamodel.TimelineFilter.

Public Member Functions

 TextFilter ()
 
 TextFilter (String descriptionSubstring)
 
synchronized TextFilter copyOf ()
 
boolean equals (Object obj)
 
synchronized String getDescriptionSubstring ()
 
String getDisplayName ()
 
int hashCode ()
 
synchronized void setDescriptionSubstring (String descriptionSubstring)
 
String toString ()
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TimelineFilter
abstract TimelineFilter copyOf ()
 
abstract String getDisplayName ()
 

Detailed Description

A timeline events filter used to query for events that have a particular substring in their short, medium, or full descriptions.

Definition at line 367 of file TimelineFilter.java.

Constructor & Destructor Documentation

Constructs a timeline events filter used to query for events that have the empty string as a substring in their short, medium, or full descriptions.

Definition at line 376 of file TimelineFilter.java.

Referenced by org.sleuthkit.datamodel.TimelineFilter.TextFilter.copyOf(), and org.sleuthkit.datamodel.TimelineFilter.TextFilter.equals().

Constructs a timeline events filter used to query for events that have a given substring in their short, medium, or full descriptions.

Parameters
descriptionSubstringThe substring that must be present in one or more of the descriptions of each event that passes the filter.

Definition at line 388 of file TimelineFilter.java.

Member Function Documentation

synchronized String org.sleuthkit.datamodel.TimelineFilter.TextFilter.getDescriptionSubstring ( )

Gets the substring that must be present in one or more of the descriptions of each event that passes the filter.

Returns
The required substring.

Definition at line 414 of file TimelineFilter.java.

Referenced by org.sleuthkit.datamodel.TimelineFilter.TextFilter.copyOf(), and org.sleuthkit.datamodel.TimelineFilter.TextFilter.equals().

String org.sleuthkit.datamodel.TimelineFilter.TextFilter.getDisplayName ( )

Definition at line 404 of file TimelineFilter.java.

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

Definition at line 436 of file TimelineFilter.java.

synchronized void org.sleuthkit.datamodel.TimelineFilter.TextFilter.setDescriptionSubstring ( String  descriptionSubstring)

Sets the substring that must be present in one or more of the descriptions of each event that passes the filter.

Parameters
descriptionSubstringThe substring.

Definition at line 399 of file TimelineFilter.java.

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

Definition at line 454 of file TimelineFilter.java.


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

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