Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CacheLoader< DomainSearchArtifactsCache.ArtifactCacheKey, Map< String, List< BlackboardArtifact > > >.
Public Member Functions | |
Map< String, List< BlackboardArtifact > > | load (DomainSearchArtifactsCache.ArtifactCacheKey artifactKey) throws TskCoreException, InterruptedException |
Static Private Attributes | |
static final BlackboardAttribute.Type | TSK_DOMAIN = new BlackboardAttribute.Type(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_DOMAIN) |
Loads artifacts for the given request. Searches for TSK domain attributes and organizes artifacts by those values.
Definition at line 36 of file DomainSearchArtifactsLoader.java.
Map<String, List<BlackboardArtifact> > org.sleuthkit.autopsy.discovery.search.DomainSearchArtifactsLoader.load | ( | DomainSearchArtifactsCache.ArtifactCacheKey | artifactKey | ) | throws TskCoreException, InterruptedException |
Definition at line 41 of file DomainSearchArtifactsLoader.java.
References org.sleuthkit.autopsy.discovery.search.DomainSearchArtifactsLoader.TSK_DOMAIN.
|
staticprivate |
Definition at line 38 of file DomainSearchArtifactsLoader.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DomainSearchArtifactsLoader.load().
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.