Go to the documentation of this file.
19package org.sleuthkit.autopsy.datasourcesummary.ui;
21import org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor;
22import java.sql.SQLException;
23import java.util.Arrays;
24import java.util.Collections;
25import java.util.HashSet;
27import org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider;
28import org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary;
29import org.sleuthkit.autopsy.ingest.ModuleContentEvent;
30import org.sleuthkit.datamodel.AbstractFile;
31import org.sleuthkit.datamodel.BlackboardArtifact;
32import org.sleuthkit.datamodel.DataSource;
33import org.sleuthkit.datamodel.TskCoreException;
43 BlackboardArtifact.ARTIFACT_TYPE.TSK_OS_INFO.getTypeID(),
44 BlackboardArtifact.ARTIFACT_TYPE.TSK_DATA_SOURCE_USAGE.getTypeID()
String getDataSourceType(DataSource dataSource)
static final Set< Integer > ARTIFACT_UPDATE_TYPE_IDS
boolean isRefreshRequired(ModuleContentEvent evt)
final ContainerSummary containerSummary
String getOperatingSystems(DataSource dataSource)
Set< Integer > getArtifactTypeIdsForRefresh()
boolean isRefreshRequired(AbstractFile file)
ContainerSummary.ContainerDetails getContainerDetails(DataSource dataSource)
Long getSizeOfUnallocatedFiles(DataSource currentDataSource)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.