Autopsy
4.19.1
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 114 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.XryNamespace | ( | String | name | ) |
Definition at line 121 of file XRYCallsFileParser.java.
|
static |
Indicates if the display name of the XRY namespace is a recognized type.
Definition at line 129 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 146 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 116 of file XRYCallsFileParser.java.
|
private |
Definition at line 119 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.NONE =(null) |
Definition at line 117 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.TO =("to") |
Definition at line 115 of file XRYCallsFileParser.java.
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.