Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | SleuthkitCaseProviderException |
Public Member Functions | |
SleuthkitCase | get () throws SleuthkitCaseProviderException |
Public Attributes | |
SleuthkitCaseProvider | DEFAULT |
An interface to provide the current SleuthkitCase object. This is to allow for SleuthkitCase objects to be created and injected in a testing scenario outside of the context of Case.
By default, this uses Case.getCurrentCaseThrows().getSleuthkitCase().
Definition at line 32 of file SleuthkitCaseProvider.java.
SleuthkitCase org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.get | ( | ) | throws SleuthkitCaseProviderException |
SleuthkitCaseProviderException | Thrown if there is an error providing the case. |
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getConcattedStringsResult(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfAllocatedFiles(), org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfAllRegularFiles(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfDirectories(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfFiles(), org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfFilesForMimeTypes(), org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfFilesNotInMimeTypes(), org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfFilesWithNoMimeType(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfSlackFiles(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfUnallocatedFiles(), org.sleuthkit.autopsy.datasourcesummary.datamodel.AnalysisSummary.getCountsData(), org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.getDomainGroupsAndMostRecent(), org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.getGeoResult(), org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.getMostRecentWebSearches(), org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.getParentArtifact(), org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.getPastCasesData(), org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.getRecentAccounts(), org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.getRecentAttachments(), org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.getRecentDevices(), org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.getRecentDownloads(), org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.getRecentlyOpenedDocuments(), org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getSizeOfUnallocatedFiles(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TimelineSummary.getTimelineSummaryData(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.getTopPrograms().
SleuthkitCaseProvider org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.DEFAULT |
The default SleuthkitCaseProvider. This uses Case.getCurrentCaseThrows().getSleuthkitCase().
Definition at line 66 of file SleuthkitCaseProvider.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.AnalysisSummary.AnalysisSummary(), org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.ContainerSummary(), org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.GeolocationSummary(), org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.MimeTypeSummary(), org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesSummary(), org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFilesSummary(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TimelineSummary.TimelineSummary(), org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.TypesSummary(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.UserActivitySummary().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.