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.XRYMessagesFileParser.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)
 
 PARTICIPANT =("participant")
 
 TO =("to")
 

Private Attributes

final String name
 

Detailed Description

All of the known XRY namespaces for message reports.

Definition at line 147 of file XRYMessagesFileParser.java.

Constructor & Destructor Documentation

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

Definition at line 155 of file XRYMessagesFileParser.java.

Member Function Documentation

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

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

Parameters
xryNamespace
Returns

Definition at line 166 of file XRYMessagesFileParser.java.

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

static XryNamespace org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.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.

Parameters
xryNamespace
Returns

Definition at line 186 of file XRYMessagesFileParser.java.

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

Member Data Documentation

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

Definition at line 148 of file XRYMessagesFileParser.java.

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

Definition at line 153 of file XRYMessagesFileParser.java.

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

Definition at line 151 of file XRYMessagesFileParser.java.

org.sleuthkit.autopsy.datasourceprocessors.xry.XRYMessagesFileParser.XryNamespace.PARTICIPANT =("participant")

Definition at line 149 of file XRYMessagesFileParser.java.

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

Definition at line 150 of file XRYMessagesFileParser.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.