Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Private Attributes | |
String | arguments |
long | atime |
List< CommonNetworkRelativeLinkFlags > | commonNetworkRelativeListFlags |
String | commonPathSuffix |
String | commonPathSuffixUnicode |
long | crtime |
String | deviceName |
String | deviceNameUnicode |
int | driveSerialNumber |
DriveType | driveType |
List< FileAttributesFlags > | fileAttributesFlags |
int | fileSize |
boolean | hasUnicodeLocalBaseAndCommonSuffixOffset |
int | header |
short | hotKey |
int | iconIndex |
String | iconLocation |
byte[] | linkClassIdentifier |
List< LinkFlags > | linkFlags |
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 |
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.
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 | ( | ) |
Definition at line 266 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffix, and org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffixUnicode.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getBestName().
List<CommonNetworkRelativeLinkFlags> org.sleuthkit.autopsy.coreutils.JLNK.getCommonNetworkRelativeListFlags | ( | ) |
Definition at line 142 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.commonNetworkRelativeListFlags.
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 | ( | ) |
Definition at line 150 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffixUnicode.
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 | ( | ) |
Definition at line 178 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.fileAttributesFlags.
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 | ( | ) |
Definition at line 210 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.linkClassIdentifier.
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 | ( | ) |
Definition at line 222 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.localBasePathUnicode.
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 | ( | ) |
Definition at line 242 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.networkProviderType.
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 | ( | ) |
Definition at line 186 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.hasUnicodeLocalBaseAndCommonSuffixOffset.
boolean org.sleuthkit.autopsy.coreutils.JLNK.isUnicodeNetAndDeviceName | ( | ) |
Definition at line 254 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.unicodeNetAndDeviceName.
|
private |
Definition at line 61 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getArguments(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 43 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getCtime(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 68 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getCommonNetworkRelativeListFlags().
|
private |
Definition at line 54 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getBestPath(), org.sleuthkit.autopsy.coreutils.JLNK.getCommonPathSuffix(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 56 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getBestPath(), org.sleuthkit.autopsy.coreutils.JLNK.getCommonPathSuffixUnicode(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 42 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getCrtime(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 73 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDeviceName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 74 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDeviceNameUnicode(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 64 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDriveSerialNumber(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 65 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDriveType(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 41 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getFileAttributesFlags().
|
private |
Definition at line 45 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getFileSize(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 52 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.isHasUnicodeLocalBaseAndCommonSuffixOffset(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 38 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getHeader(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 48 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getHotKey(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 46 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getIconIndex(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 62 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getIconLocation(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 39 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLinkClassIdentifier(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 40 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLinkFlags().
|
private |
Definition at line 50 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLinkTargetIdList(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 53 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePath(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 55 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePathUnicode(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 44 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getMtime(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 58 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 71 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getNetName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 72 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getNetNameUnicode(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 69 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getNetworkProviderType(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 59 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getRelativePath(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 47 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getShowCommand(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 70 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.isUnicodeNetAndDeviceName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 66 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getVolumeLabel(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 60 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getWorkingDir(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.