Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | FileTypeCategoryData |
Public Member Functions | |
TypesSummary () | |
TypesSummary (SleuthkitCaseProvider provider) | |
Long | getCountOfAllocatedFiles (DataSource currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Long | getCountOfDirectories (DataSource currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Long | getCountOfFiles (DataSource currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Long | getCountOfSlackFiles (DataSource currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Long | getCountOfUnallocatedFiles (DataSource currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Private Attributes | |
final SleuthkitCaseProvider | provider |
Helper class for getting summary information on the known files present in the specified DataSource..
Definition at line 33 of file TypesSummary.java.
org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.TypesSummary | ( | ) |
Main constructor.
Definition at line 40 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.DEFAULT.
org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.TypesSummary | ( | SleuthkitCaseProvider | provider | ) |
Main constructor.
provider | The means of obtaining a sleuthkit case. |
Definition at line 49 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.provider.
Long org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfAllocatedFiles | ( | DataSource | currentDataSource | ) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get count of allocated files in a data source.
currentDataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 85 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.get(), org.sleuthkit.autopsy.datasourcesummary.datamodel.DataSourceInfoUtilities.getCountOfRegNonSlackFiles(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.DataSourceInfoUtilities.getMetaFlagsContainsStatement().
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.TypesSummaryGetter.getCountOfAllocatedFiles().
Long org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfDirectories | ( | DataSource | currentDataSource | ) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get count of directories in a data source.
currentDataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 121 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.get().
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.TypesSummaryGetter.getCountOfDirectories().
Long org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfFiles | ( | DataSource | currentDataSource | ) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get count of regular files (not directories) in a data source.
currentDataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 65 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.get().
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.TypesSummaryGetter.getCountOfFiles().
Long org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfSlackFiles | ( | DataSource | currentDataSource | ) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get count of slack files in a data source.
currentDataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 140 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.get().
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.TypesSummaryGetter.getCountOfSlackFiles().
Long org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.getCountOfUnallocatedFiles | ( | DataSource | currentDataSource | ) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get count of unallocated files in a data source.
currentDataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 103 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.get(), org.sleuthkit.autopsy.datasourcesummary.datamodel.DataSourceInfoUtilities.getCountOfRegNonSlackFiles(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.DataSourceInfoUtilities.getMetaFlagsContainsStatement().
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.TypesSummaryGetter.getCountOfUnallocatedFiles().
|
private |
Definition at line 35 of file TypesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.TypesSummary().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.