Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
FileTypeCategoryData (String label, Set< String > mimeTypes, Color color) | |
FileTypeCategoryData (String label, FileTypeUtils.FileTypeCategory fileCategory, Color color) | |
Color | getColor () |
String | getLabel () |
Set< String > | getMimeTypes () |
Private Attributes | |
final Color | color |
final String | label |
final Set< String > | mimeTypes |
Information concerning a particular file type category.
Definition at line 150 of file TypesSummary.java.
org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.FileTypeCategoryData | ( | String | label, |
Set< String > | mimeTypes, | ||
Color | color | ||
) |
Main constructor.
label | The label for this slice. |
mimeTypes | The mime types associated with this slice. |
color | The color associated with this slice. |
Definition at line 163 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.color, org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.label, and org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.mimeTypes.
org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.FileTypeCategoryData | ( | String | label, |
FileTypeUtils.FileTypeCategory | fileCategory, | ||
Color | color | ||
) |
Constructor that accepts FileTypeCategory.
label | The label for this slice. |
fileCategory | The category associated with this slice. |
color | The color associated with this slice. |
Definition at line 176 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.color, and org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.label.
Color org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.getColor | ( | ) |
Definition at line 197 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.color.
String org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.getLabel | ( | ) |
Definition at line 183 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.label.
Set<String> org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.getMimeTypes | ( | ) |
Definition at line 190 of file TypesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.TypesSummary.FileTypeCategoryData.mimeTypes.
|
private |
|
private |
|
private |
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.