Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
XryNamespace (String name) | |
Static Public Member Functions | |
static boolean | contains (String xryNamespace) |
static XryNamespace | fromDisplayName (String xryNamespace) |
Public Attributes | |
FROM =("from") | |
NONE =(null) | |
PARTICIPANT =("participant") | |
TO =("to") | |
Private Attributes | |
final String | name |
All of the known XRY namespaces for message reports.
Definition at line 135 of file XRYMessagesFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.XryNamespace | ( | String | name | ) |
Definition at line 143 of file XRYMessagesFileParser.java.
|
static |
Indicates if the display name of the XRY namespace is a recognized type.
xryNamespace |
Definition at line 154 of file XRYMessagesFileParser.java.
References org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.fromDisplayName().
|
static |
Matches the display name of the xry namespace to the appropriate enum type.
It is assumed that XRY namespace string is recognized. Otherwise, an IllegalArgumentException is thrown. Test all membership with contains() before hand.
xryNamespace |
Definition at line 174 of file XRYMessagesFileParser.java.
Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.contains().
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.FROM =("from") |
Definition at line 136 of file XRYMessagesFileParser.java.
|
private |
Definition at line 141 of file XRYMessagesFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.NONE =(null) |
Definition at line 139 of file XRYMessagesFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.PARTICIPANT =("participant") |
Definition at line 137 of file XRYMessagesFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.TO =("to") |
Definition at line 138 of file XRYMessagesFileParser.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.