Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace Enum Reference

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
 

Detailed Description

All known XRY namespaces for call reports.

Definition at line 122 of file XRYCallsFileParser.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.XryNamespace ( String  name)

Definition at line 129 of file XRYCallsFileParser.java.

Member Function Documentation

static boolean org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.contains ( String  xryNamespace)
static

Indicates if the display name of the XRY namespace is a recognized type.

Definition at line 137 of file XRYCallsFileParser.java.

References org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.fromDisplayName().

static XryNamespace org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.fromDisplayName ( String  xryNamespace)
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 154 of file XRYCallsFileParser.java.

Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.contains().

Member Data Documentation

org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.FROM =("from")

Definition at line 124 of file XRYCallsFileParser.java.

final String org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.name
private

Definition at line 127 of file XRYCallsFileParser.java.

org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.NONE =(null)

Definition at line 125 of file XRYCallsFileParser.java.

org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryNamespace.TO =("to")

Definition at line 123 of file XRYCallsFileParser.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.