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) | |
TO =("to") | |
Private Attributes | |
final String | name |
All known XRY namespaces for call reports.
Definition at line 113 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.XryNamespace | ( | String | name | ) |
Definition at line 120 of file XRYCallsFileParser.java.
|
static |
Indicates if the display name of the XRY namespace is a recognized type.
Definition at line 128 of file XRYCallsFileParser.java.
References org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.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.
Definition at line 145 of file XRYCallsFileParser.java.
Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.contains().
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.FROM =("from") |
Definition at line 115 of file XRYCallsFileParser.java.
|
private |
Definition at line 118 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.NONE =(null) |
Definition at line 116 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.TO =("to") |
Definition at line 114 of file XRYCallsFileParser.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.