Autopsy  4.4
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 ()
 
String getBestName ()
 
String getBestPath ()
 
List< CommonNetworkRelativeLinkFlagsgetCommonNetworkRelativeListFlags ()
 
String getCommonPathSuffix ()
 
String getCommonPathSuffixUnicode ()
 
long getCrtime ()
 
long getCtime ()
 
String getDeviceName ()
 
String getDeviceNameUnicode ()
 
int getDriveSerialNumber ()
 
DriveType getDriveType ()
 
List< FileAttributesFlagsgetFileAttributesFlags ()
 
int getFileSize ()
 
int getHeader ()
 
short getHotKey ()
 
int getIconIndex ()
 
String getIconLocation ()
 
byte[] getLinkClassIdentifier ()
 
List< LinkFlagsgetLinkFlags ()
 
List< String > getLinkTargetIdList ()
 
String getLocalBasePath ()
 
String getLocalBasePathUnicode ()
 
long getMtime ()
 
String getName ()
 
String getNetName ()
 
String getNetNameUnicode ()
 
NetworkProviderType getNetworkProviderType ()
 
String getRelativePath ()
 
int getShowCommand ()
 
String getVolumeLabel ()
 
String getWorkingDir ()
 
boolean isHasUnicodeLocalBaseAndCommonSuffixOffset ()
 
boolean isUnicodeNetAndDeviceName ()
 

Private Attributes

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

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 76 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 138 of file JLNK.java.

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

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

Definition at line 301 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 146 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 154 of file JLNK.java.

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

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

Definition at line 158 of file JLNK.java.

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

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

Definition at line 162 of file JLNK.java.

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

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

Definition at line 166 of file JLNK.java.

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

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

Definition at line 170 of file JLNK.java.

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

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

Definition at line 174 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 182 of file JLNK.java.

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

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

Definition at line 190 of file JLNK.java.

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

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

Definition at line 194 of file JLNK.java.

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

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

Definition at line 202 of file JLNK.java.

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

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

Definition at line 206 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 214 of file JLNK.java.

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

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

Definition at line 198 of file JLNK.java.

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

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

Definition at line 218 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 226 of file JLNK.java.

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

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

Definition at line 230 of file JLNK.java.

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

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

Definition at line 234 of file JLNK.java.

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

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

Definition at line 238 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 246 of file JLNK.java.

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

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

Definition at line 250 of file JLNK.java.

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

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

Definition at line 258 of file JLNK.java.

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

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

Definition at line 262 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 40 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-2016 Basis Technology. Generated on: Tue Jun 13 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.