Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
ParentSearchTerm (String searchStr, boolean isFullPath, boolean isIncluded) | |
String | getSearchStr () |
String | getSQLForTerm () |
boolean | isFullPath () |
boolean | isIncluded () |
String | toString () |
Private Attributes | |
final boolean | fullPath |
final boolean | included |
final String | searchStr |
A utility class for the ParentFilter to store the search string and whether it is a full path or a sub-string.
Definition at line 328 of file SearchFiltering.java.
org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.ParentSearchTerm | ( | String | searchStr, |
boolean | isFullPath, | ||
boolean | isIncluded | ||
) |
Create the ParentSearchTerm object.
searchStr | The string to search for in the file path. |
isFullPath | True if the path should exactly match the given string, false to do a sub-string search. |
isIncluded | True if the results must include the path, false if the path should be excluded from the results. |
Definition at line 343 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isFullPath(), org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isIncluded(), and org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.searchStr.
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSearchStr | ( | ) |
Get the string being searched for by this filter.
Definition at line 419 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.searchStr.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSQLForTerm(), and org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.toString().
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSQLForTerm | ( | ) |
Get the SQL term to search for.
Definition at line 354 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSearchStr(), org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isFullPath(), and org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isIncluded().
boolean org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isFullPath | ( | ) |
Is the search string the full path of the of the parent or is it a sub-string in the parent path?
Definition at line 399 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.fullPath.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSQLForTerm(), org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.ParentSearchTerm(), and org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.toString().
boolean org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isIncluded | ( | ) |
Should the search string be included in the path, or excluded from the path?
Definition at line 410 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.included.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSQLForTerm(), org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.ParentSearchTerm(), and org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.toString().
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.toString | ( | ) |
Definition at line 377 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSearchStr(), org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isFullPath(), and org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isIncluded().
|
private |
Definition at line 331 of file SearchFiltering.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isFullPath().
|
private |
Definition at line 332 of file SearchFiltering.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.isIncluded().
|
private |
Definition at line 330 of file SearchFiltering.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.getSearchStr(), and org.sleuthkit.autopsy.discovery.search.SearchFiltering.ParentSearchTerm.ParentSearchTerm().
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.