|
Sleuth Kit Java Bindings (JNI)
4.3
Java bindings for using The Sleuth Kit
|
Inherits Serializable.
Public Member Functions | |
| Type (int typeID, String typeName, String displayName) | |
| Type (ARTIFACT_TYPE type) | |
| boolean | equals (Object that) |
| String | getDisplayName () |
| int | getTypeID () |
| String | getTypeName () |
| int | hashCode () |
Private Member Functions | |
| boolean | sameType (Type that) |
Private Attributes | |
| final String | displayName |
| final int | typeID |
| final String | typeName |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Represents the type of an BlackboardArtifact
Definition at line 43 of file BlackboardArtifact.java.
| org.sleuthkit.datamodel.BlackboardArtifact.Type.Type | ( | int | typeID, |
| String | typeName, | ||
| String | displayName | ||
| ) |
Constructs a type for a blackboard artifact
| typeName | The typeName of the type |
| typeID | the ID of the type |
| displayName | The display name of this type |
Definition at line 57 of file BlackboardArtifact.java.
References org.sleuthkit.datamodel.BlackboardArtifact.Type.displayName, org.sleuthkit.datamodel.BlackboardArtifact.Type.typeID, and org.sleuthkit.datamodel.BlackboardArtifact.Type.typeName.
| org.sleuthkit.datamodel.BlackboardArtifact.Type.Type | ( | ARTIFACT_TYPE | type | ) |
Constructs a type for a blackboard artifact
| type | the artifact type enum from which this type will be based |
Definition at line 68 of file BlackboardArtifact.java.
References org.sleuthkit.datamodel.BlackboardArtifact.ARTIFACT_TYPE.getDisplayName(), org.sleuthkit.datamodel.BlackboardArtifact.ARTIFACT_TYPE.getLabel(), and org.sleuthkit.datamodel.BlackboardArtifact.ARTIFACT_TYPE.getTypeID().
| boolean org.sleuthkit.datamodel.BlackboardArtifact.Type.equals | ( | Object | that | ) |
Definition at line 102 of file BlackboardArtifact.java.
| String org.sleuthkit.datamodel.BlackboardArtifact.Type.getDisplayName | ( | ) |
Gets display name of the artifact type
Definition at line 97 of file BlackboardArtifact.java.
References org.sleuthkit.datamodel.BlackboardArtifact.Type.displayName.
Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.sameType().
| int org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeID | ( | ) |
Gets the type id for the artifact type enum
Definition at line 88 of file BlackboardArtifact.java.
References org.sleuthkit.datamodel.BlackboardArtifact.Type.typeID.
Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.sameType().
| String org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeName | ( | ) |
Gets the typeName string for the artifact type enum
Definition at line 79 of file BlackboardArtifact.java.
References org.sleuthkit.datamodel.BlackboardArtifact.Type.typeName.
Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.sameType().
| int org.sleuthkit.datamodel.BlackboardArtifact.Type.hashCode | ( | ) |
Definition at line 126 of file BlackboardArtifact.java.
|
private |
Compares two Types to see if they are the same
| that | the other type |
Definition at line 119 of file BlackboardArtifact.java.
References org.sleuthkit.datamodel.BlackboardArtifact.Type.getDisplayName(), org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeID(), and org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeName().
|
private |
Definition at line 48 of file BlackboardArtifact.java.
Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.getDisplayName(), and org.sleuthkit.datamodel.BlackboardArtifact.Type.Type().
|
staticprivate |
Definition at line 45 of file BlackboardArtifact.java.
|
private |
Definition at line 47 of file BlackboardArtifact.java.
Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeID(), and org.sleuthkit.datamodel.BlackboardArtifact.Type.Type().
|
private |
Definition at line 46 of file BlackboardArtifact.java.
Referenced by org.sleuthkit.datamodel.BlackboardArtifact.Type.getTypeName(), and org.sleuthkit.datamodel.BlackboardArtifact.Type.Type().
Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.