| 
    Sleuth Kit Java Bindings (JNI)
    4.11.1
    
   Java bindings for using The Sleuth Kit 
   | 
 
Public Member Functions | |
| List< AbstractFile > | findFilesExactName (long parentId, String name) throws TskCoreException | 
| List< AbstractFile > | findFilesExactNameExactPath (Content dataSource, String name, String path) throws TskCoreException | 
Utility class for file-based database queries.
Definition at line 31 of file FileManager.java.
| List<AbstractFile> org.sleuthkit.datamodel.FileManager.findFilesExactName | ( | long | parentId, | 
| String | name | ||
| ) | throws TskCoreException | 
Find all files with the exact given name and parentId.
| parentId | Id of the parent folder to search. | 
| name | Exact file name to match. | 
| TskCoreException | 
Definition at line 54 of file FileManager.java.
References org.sleuthkit.datamodel.SleuthkitCase.acquireSingleUserCaseReadLock(), and org.sleuthkit.datamodel.SleuthkitCase.releaseSingleUserCaseReadLock().
| List<AbstractFile> org.sleuthkit.datamodel.FileManager.findFilesExactNameExactPath | ( | Content | dataSource, | 
| String | name, | ||
| String | path | ||
| ) | throws TskCoreException | 
Find all files with the exact given name and exact parent path.
| dataSource | The data source to search within. | 
| name | Exact file name to match. | 
| path | Exact parent path. | 
| TskCoreException | 
Definition at line 96 of file FileManager.java.
References org.sleuthkit.datamodel.SleuthkitCase.acquireSingleUserCaseReadLock(), and org.sleuthkit.datamodel.SleuthkitCase.releaseSingleUserCaseReadLock().
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.