Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.KeywordList Class Reference

Public Member Functions

boolean equals (Object obj)
 
int hashCode ()
 

Private Attributes

String name
 
Date created
 
Date modified
 
Boolean useForIngest
 
Boolean ingestMessages
 
List< Keyword > keywords
 
Boolean locked
 

Detailed Description

Definition at line 24 of file KeywordList.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.keywordsearch.KeywordList.equals ( Object  obj)
int org.sleuthkit.autopsy.keywordsearch.KeywordList.hashCode ( )

Definition at line 72 of file KeywordList.java.

Member Data Documentation

Date org.sleuthkit.autopsy.keywordsearch.KeywordList.created
private

Definition at line 27 of file KeywordList.java.

Boolean org.sleuthkit.autopsy.keywordsearch.KeywordList.ingestMessages
private

Definition at line 30 of file KeywordList.java.

List<Keyword> org.sleuthkit.autopsy.keywordsearch.KeywordList.keywords
private

Definition at line 31 of file KeywordList.java.

Boolean org.sleuthkit.autopsy.keywordsearch.KeywordList.locked
private

Definition at line 32 of file KeywordList.java.

Date org.sleuthkit.autopsy.keywordsearch.KeywordList.modified
private

Definition at line 28 of file KeywordList.java.

String org.sleuthkit.autopsy.keywordsearch.KeywordList.name
private
Boolean org.sleuthkit.autopsy.keywordsearch.KeywordList.useForIngest
private

Definition at line 29 of file KeywordList.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.