mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
fixes
This commit is contained in:
parent
e9f9dd87d9
commit
dae6b773b1
@ -59,7 +59,7 @@ import org.sleuthkit.autopsy.datamodel.Artifacts.UpdatableCountTypeNode;
|
|||||||
*/
|
*/
|
||||||
public class EmailExtracted implements AutopsyVisitableItem {
|
public class EmailExtracted implements AutopsyVisitableItem {
|
||||||
|
|
||||||
private static final String LABEL_NAME = BlackboardArtifact.Type.TSK_EMAIL_MSG.getLabel();
|
private static final String LABEL_NAME = BlackboardArtifact.Type.TSK_EMAIL_MSG.getTypeName();
|
||||||
private static final Logger logger = Logger.getLogger(EmailExtracted.class.getName());
|
private static final Logger logger = Logger.getLogger(EmailExtracted.class.getName());
|
||||||
private static final String MAIL_ACCOUNT = NbBundle.getMessage(EmailExtracted.class, "EmailExtracted.mailAccount.text");
|
private static final String MAIL_ACCOUNT = NbBundle.getMessage(EmailExtracted.class, "EmailExtracted.mailAccount.text");
|
||||||
private static final String MAIL_FOLDER = NbBundle.getMessage(EmailExtracted.class, "EmailExtracted.mailFolder.text");
|
private static final String MAIL_FOLDER = NbBundle.getMessage(EmailExtracted.class, "EmailExtracted.mailFolder.text");
|
||||||
@ -210,7 +210,7 @@ public class EmailExtracted implements AutopsyVisitableItem {
|
|||||||
Lookups.singleton(TSK_EMAIL_MSG.getDisplayName()),
|
Lookups.singleton(TSK_EMAIL_MSG.getDisplayName()),
|
||||||
TSK_EMAIL_MSG.getDisplayName(),
|
TSK_EMAIL_MSG.getDisplayName(),
|
||||||
filteringDSObjId,
|
filteringDSObjId,
|
||||||
new BlackboardArtifact.Type(TSK_EMAIL_MSG));
|
TSK_EMAIL_MSG);
|
||||||
//super(Children.create(new AccountFactory(), true), Lookups.singleton(DISPLAY_NAME));
|
//super(Children.create(new AccountFactory(), true), Lookups.singleton(DISPLAY_NAME));
|
||||||
super.setName(LABEL_NAME);
|
super.setName(LABEL_NAME);
|
||||||
this.setIconBaseWithExtension("org/sleuthkit/autopsy/images/mail-icon-16.png"); //NON-NLS
|
this.setIconBaseWithExtension("org/sleuthkit/autopsy/images/mail-icon-16.png"); //NON-NLS
|
||||||
|
@ -73,7 +73,7 @@ public class KeywordHits implements AutopsyVisitableItem {
|
|||||||
@NbBundle.Messages("KeywordHits.singleRegexSearch.text=Single Regular Expression Search")
|
@NbBundle.Messages("KeywordHits.singleRegexSearch.text=Single Regular Expression Search")
|
||||||
private static final String SIMPLE_REGEX_SEARCH = KeywordHits_singleRegexSearch_text();
|
private static final String SIMPLE_REGEX_SEARCH = KeywordHits_singleRegexSearch_text();
|
||||||
|
|
||||||
public static final String NAME = BlackboardArtifact.Type.TSK_KEYWORD_HIT.getLabel();
|
public static final String NAME = BlackboardArtifact.Type.TSK_KEYWORD_HIT.getTypeName();
|
||||||
|
|
||||||
private SleuthkitCase skCase;
|
private SleuthkitCase skCase;
|
||||||
private final KeywordResults keywordResults;
|
private final KeywordResults keywordResults;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user