Update ExtractPrefetch.java

Add path to list of attributes
This commit is contained in:
Mark McKinnon 2020-08-04 09:55:10 -04:00
parent 7514dec615
commit 301fb7941e

View File

@ -272,6 +272,8 @@ final class ExtractPrefetch extends Extract {
new BlackboardAttribute(
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PROG_NAME, getName(),
applicationName),//NON-NLS
new BlackboardAttribute(
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PATH, getName(), filePath),
new BlackboardAttribute(
BlackboardAttribute.ATTRIBUTE_TYPE.TSK_DATETIME, getName(),
executionTime),