Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.JLNK Class Reference

Public Member Functions

 JLNK (int header, byte[] linkClassIdentifier, int linkFlags, int fileAttributesFlags, long crtime, long atime, long mtime, int fileSize, int iconIndex, int showCommand, short hotKey, List< String > linkTargetIdList, boolean hasUnicodeLocalBaseAndCommonSuffixOffset, String localBasePath, String commonPathSuffix, String localBasePathUnicode, String commonPathSuffixUnicode, String name, String relativePath, String workingDir, String arguments, String iconLocation, int driveSerialNumber, DriveType driveType, String volumeLabel, int commonNetworkRelativeListFlags, NetworkProviderType networkProviderType, boolean unicodeNetAndDeviceName, String netName, String netNameUnicode, String deviceName, String deviceNameUnicode)
 
String getArguments ()
 
List< CommonNetworkRelativeLinkFlagsgetCommonNetworkRelativeListFlags ()
 
String getCommonPathSuffix ()
 
String getCommonPathSuffixUnicode ()
 
long getCrtime ()
 
long getCtime ()
 
String getDeviceName ()
 
String getDeviceNameUnicode ()
 
int getDriveSerialNumber ()
 
DriveType getDriveType ()
 
List< FileAttributesFlagsgetFileAttributesFlags ()
 
int getFileSize ()
 
boolean isHasUnicodeLocalBaseAndCommonSuffixOffset ()
 
int getHeader ()
 
short getHotKey ()
 
List< String > getLinkTargetIdList ()
 
int getIconIndex ()
 
String getIconLocation ()
 
byte[] getLinkClassIdentifier ()
 
List< LinkFlagsgetLinkFlags ()
 
String getLocalBasePath ()
 
String getLocalBasePathUnicode ()
 
long getMtime ()
 
String getName ()
 
String getNetName ()
 
String getNetNameUnicode ()
 
NetworkProviderType getNetworkProviderType ()
 
String getRelativePath ()
 
int getShowCommand ()
 
boolean isUnicodeNetAndDeviceName ()
 
String getVolumeLabel ()
 
String getWorkingDir ()
 
String getBestPath ()
 
String getBestName ()
 

Private Attributes

int header
 
byte[] linkClassIdentifier
 
List< LinkFlagslinkFlags
 
List< FileAttributesFlagsfileAttributesFlags
 
long crtime
 
long atime
 
long mtime
 
int fileSize
 
int iconIndex
 
int showCommand
 
short hotKey
 
List< String > linkTargetIdList
 
boolean hasUnicodeLocalBaseAndCommonSuffixOffset
 
String localBasePath
 
String commonPathSuffix
 
String localBasePathUnicode
 
String commonPathSuffixUnicode
 
String name
 
String relativePath
 
String workingDir
 
String arguments
 
String iconLocation
 
int driveSerialNumber
 
DriveType driveType
 
String volumeLabel
 
List< CommonNetworkRelativeLinkFlagscommonNetworkRelativeListFlags
 
NetworkProviderType networkProviderType
 
boolean unicodeNetAndDeviceName
 
String netName
 
String netNameUnicode
 
String deviceName
 
String deviceNameUnicode
 

Detailed Description

Author
dick

Definition at line 36 of file JLNK.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.JLNK.JLNK ( int  header,
byte[]  linkClassIdentifier,
int  linkFlags,
int  fileAttributesFlags,
long  crtime,
long  atime,
long  mtime,
int  fileSize,
int  iconIndex,
int  showCommand,
short  hotKey,
List< String >  linkTargetIdList,
boolean  hasUnicodeLocalBaseAndCommonSuffixOffset,
String  localBasePath,
String  commonPathSuffix,
String  localBasePathUnicode,
String  commonPathSuffixUnicode,
String  name,
String  relativePath,
String  workingDir,
String  arguments,
String  iconLocation,
int  driveSerialNumber,
DriveType  driveType,
String  volumeLabel,
int  commonNetworkRelativeListFlags,
NetworkProviderType  networkProviderType,
boolean  unicodeNetAndDeviceName,
String  netName,
String  netNameUnicode,
String  deviceName,
String  deviceNameUnicode 
)

Definition at line 75 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.arguments, org.sleuthkit.autopsy.coreutils.JLNK.atime, org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffix, org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffixUnicode, org.sleuthkit.autopsy.coreutils.JLNK.crtime, org.sleuthkit.autopsy.coreutils.JLNK.deviceName, org.sleuthkit.autopsy.coreutils.JLNK.deviceNameUnicode, org.sleuthkit.autopsy.coreutils.JLNK.driveSerialNumber, org.sleuthkit.autopsy.coreutils.JLNK.driveType, org.sleuthkit.autopsy.coreutils.JLNK.fileSize, org.sleuthkit.autopsy.coreutils.JLNK.hasUnicodeLocalBaseAndCommonSuffixOffset, org.sleuthkit.autopsy.coreutils.JLNK.header, org.sleuthkit.autopsy.coreutils.JLNK.hotKey, org.sleuthkit.autopsy.coreutils.JLNK.iconIndex, org.sleuthkit.autopsy.coreutils.JLNK.iconLocation, org.sleuthkit.autopsy.coreutils.JLNK.linkClassIdentifier, org.sleuthkit.autopsy.coreutils.JLNK.linkTargetIdList, org.sleuthkit.autopsy.coreutils.JLNK.localBasePath, org.sleuthkit.autopsy.coreutils.JLNK.localBasePathUnicode, org.sleuthkit.autopsy.coreutils.JLNK.mtime, org.sleuthkit.autopsy.coreutils.JLNK.name, org.sleuthkit.autopsy.coreutils.JLNK.netName, org.sleuthkit.autopsy.coreutils.JLNK.netNameUnicode, org.sleuthkit.autopsy.coreutils.JLNK.networkProviderType, org.sleuthkit.autopsy.coreutils.JLNK.relativePath, org.sleuthkit.autopsy.coreutils.JLNK.showCommand, org.sleuthkit.autopsy.coreutils.JLNK.unicodeNetAndDeviceName, org.sleuthkit.autopsy.coreutils.JLNK.volumeLabel, and org.sleuthkit.autopsy.coreutils.JLNK.workingDir.

Member Function Documentation

String org.sleuthkit.autopsy.coreutils.JLNK.getArguments ( )

Definition at line 137 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.arguments.

String org.sleuthkit.autopsy.coreutils.JLNK.getBestName ( )

Definition at line 302 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.getBestPath().

String org.sleuthkit.autopsy.coreutils.JLNK.getBestPath ( )
List<CommonNetworkRelativeLinkFlags> org.sleuthkit.autopsy.coreutils.JLNK.getCommonNetworkRelativeListFlags ( )
String org.sleuthkit.autopsy.coreutils.JLNK.getCommonPathSuffix ( )

Definition at line 145 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffix.

String org.sleuthkit.autopsy.coreutils.JLNK.getCommonPathSuffixUnicode ( )
long org.sleuthkit.autopsy.coreutils.JLNK.getCrtime ( )

Definition at line 153 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.crtime.

long org.sleuthkit.autopsy.coreutils.JLNK.getCtime ( )

Definition at line 157 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.atime.

String org.sleuthkit.autopsy.coreutils.JLNK.getDeviceName ( )

Definition at line 161 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.deviceName.

String org.sleuthkit.autopsy.coreutils.JLNK.getDeviceNameUnicode ( )

Definition at line 165 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.deviceNameUnicode.

int org.sleuthkit.autopsy.coreutils.JLNK.getDriveSerialNumber ( )

Definition at line 169 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.driveSerialNumber.

DriveType org.sleuthkit.autopsy.coreutils.JLNK.getDriveType ( )

Definition at line 173 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.driveType.

List<FileAttributesFlags> org.sleuthkit.autopsy.coreutils.JLNK.getFileAttributesFlags ( )
int org.sleuthkit.autopsy.coreutils.JLNK.getFileSize ( )

Definition at line 181 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.fileSize.

int org.sleuthkit.autopsy.coreutils.JLNK.getHeader ( )

Definition at line 189 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.header.

short org.sleuthkit.autopsy.coreutils.JLNK.getHotKey ( )

Definition at line 193 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.hotKey.

int org.sleuthkit.autopsy.coreutils.JLNK.getIconIndex ( )

Definition at line 201 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.iconIndex.

String org.sleuthkit.autopsy.coreutils.JLNK.getIconLocation ( )

Definition at line 205 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.iconLocation.

byte [] org.sleuthkit.autopsy.coreutils.JLNK.getLinkClassIdentifier ( )
List<LinkFlags> org.sleuthkit.autopsy.coreutils.JLNK.getLinkFlags ( )

Definition at line 213 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.linkFlags.

List<String> org.sleuthkit.autopsy.coreutils.JLNK.getLinkTargetIdList ( )

Definition at line 197 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.linkTargetIdList.

String org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePath ( )

Definition at line 217 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.localBasePath.

String org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePathUnicode ( )
long org.sleuthkit.autopsy.coreutils.JLNK.getMtime ( )

Definition at line 225 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.mtime.

String org.sleuthkit.autopsy.coreutils.JLNK.getName ( )

Definition at line 229 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.name.

String org.sleuthkit.autopsy.coreutils.JLNK.getNetName ( )

Definition at line 233 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.netName.

String org.sleuthkit.autopsy.coreutils.JLNK.getNetNameUnicode ( )

Definition at line 237 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.netNameUnicode.

NetworkProviderType org.sleuthkit.autopsy.coreutils.JLNK.getNetworkProviderType ( )
String org.sleuthkit.autopsy.coreutils.JLNK.getRelativePath ( )

Definition at line 245 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.relativePath.

int org.sleuthkit.autopsy.coreutils.JLNK.getShowCommand ( )

Definition at line 249 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.showCommand.

String org.sleuthkit.autopsy.coreutils.JLNK.getVolumeLabel ( )

Definition at line 257 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.volumeLabel.

String org.sleuthkit.autopsy.coreutils.JLNK.getWorkingDir ( )

Definition at line 261 of file JLNK.java.

References org.sleuthkit.autopsy.coreutils.JLNK.workingDir.

boolean org.sleuthkit.autopsy.coreutils.JLNK.isHasUnicodeLocalBaseAndCommonSuffixOffset ( )
boolean org.sleuthkit.autopsy.coreutils.JLNK.isUnicodeNetAndDeviceName ( )

Member Data Documentation

String org.sleuthkit.autopsy.coreutils.JLNK.arguments
private
long org.sleuthkit.autopsy.coreutils.JLNK.atime
private
List<CommonNetworkRelativeLinkFlags> org.sleuthkit.autopsy.coreutils.JLNK.commonNetworkRelativeListFlags
private
String org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffix
private
String org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffixUnicode
private
long org.sleuthkit.autopsy.coreutils.JLNK.crtime
private
String org.sleuthkit.autopsy.coreutils.JLNK.deviceName
private
String org.sleuthkit.autopsy.coreutils.JLNK.deviceNameUnicode
private
int org.sleuthkit.autopsy.coreutils.JLNK.driveSerialNumber
private
DriveType org.sleuthkit.autopsy.coreutils.JLNK.driveType
private
List<FileAttributesFlags> org.sleuthkit.autopsy.coreutils.JLNK.fileAttributesFlags
private
int org.sleuthkit.autopsy.coreutils.JLNK.fileSize
private
boolean org.sleuthkit.autopsy.coreutils.JLNK.hasUnicodeLocalBaseAndCommonSuffixOffset
private
int org.sleuthkit.autopsy.coreutils.JLNK.header
private
short org.sleuthkit.autopsy.coreutils.JLNK.hotKey
private
int org.sleuthkit.autopsy.coreutils.JLNK.iconIndex
private
String org.sleuthkit.autopsy.coreutils.JLNK.iconLocation
private
byte [] org.sleuthkit.autopsy.coreutils.JLNK.linkClassIdentifier
private
List<LinkFlags> org.sleuthkit.autopsy.coreutils.JLNK.linkFlags
private

Definition at line 39 of file JLNK.java.

Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLinkFlags().

List<String> org.sleuthkit.autopsy.coreutils.JLNK.linkTargetIdList
private
String org.sleuthkit.autopsy.coreutils.JLNK.localBasePath
private
String org.sleuthkit.autopsy.coreutils.JLNK.localBasePathUnicode
private
long org.sleuthkit.autopsy.coreutils.JLNK.mtime
private
String org.sleuthkit.autopsy.coreutils.JLNK.name
private
String org.sleuthkit.autopsy.coreutils.JLNK.netName
private
String org.sleuthkit.autopsy.coreutils.JLNK.netNameUnicode
private
NetworkProviderType org.sleuthkit.autopsy.coreutils.JLNK.networkProviderType
private
String org.sleuthkit.autopsy.coreutils.JLNK.relativePath
private
int org.sleuthkit.autopsy.coreutils.JLNK.showCommand
private
boolean org.sleuthkit.autopsy.coreutils.JLNK.unicodeNetAndDeviceName
private
String org.sleuthkit.autopsy.coreutils.JLNK.volumeLabel
private
String org.sleuthkit.autopsy.coreutils.JLNK.workingDir
private

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.