|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Private Attributes | |
| final String | arguments |
| final long | atime |
| final List< CommonNetworkRelativeLinkFlags > | commonNetworkRelativeListFlags |
| final String | commonPathSuffix |
| final String | commonPathSuffixUnicode |
| final long | crtime |
| final String | deviceName |
| final String | deviceNameUnicode |
| final int | driveSerialNumber |
| final DriveType | driveType |
| final List< FileAttributesFlags > | fileAttributesFlags |
| final int | fileSize |
| final boolean | hasUnicodeLocalBaseAndCommonSuffixOffset |
| final int | header |
| final short | hotKey |
| final int | iconIndex |
| final String | iconLocation |
| final byte[] | linkClassIdentifier |
| final List< LinkFlags > | linkFlags |
| final List< String > | linkTargetIdList |
| final String | localBasePath |
| final String | localBasePathUnicode |
| final long | mtime |
| final String | name |
| final String | netName |
| final String | netNameUnicode |
| final NetworkProviderType | networkProviderType |
| final String | relativePath |
| final int | showCommand |
| final boolean | unicodeNetAndDeviceName |
| final String | volumeLabel |
| final 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 77 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.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 139 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 | ( | ) |
Definition at line 267 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 | ( | ) |
| String org.sleuthkit.autopsy.coreutils.JLNK.getCommonPathSuffix | ( | ) |
Definition at line 147 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffix.
| String org.sleuthkit.autopsy.coreutils.JLNK.getCommonPathSuffixUnicode | ( | ) |
Definition at line 151 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.commonPathSuffixUnicode.
| long org.sleuthkit.autopsy.coreutils.JLNK.getCrtime | ( | ) |
Definition at line 155 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.crtime.
| long org.sleuthkit.autopsy.coreutils.JLNK.getCtime | ( | ) |
Definition at line 159 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.atime.
| String org.sleuthkit.autopsy.coreutils.JLNK.getDeviceName | ( | ) |
Definition at line 163 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.deviceName.
| String org.sleuthkit.autopsy.coreutils.JLNK.getDeviceNameUnicode | ( | ) |
Definition at line 167 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.deviceNameUnicode.
| int org.sleuthkit.autopsy.coreutils.JLNK.getDriveSerialNumber | ( | ) |
Definition at line 171 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.driveSerialNumber.
| DriveType org.sleuthkit.autopsy.coreutils.JLNK.getDriveType | ( | ) |
Definition at line 175 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 183 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.fileSize.
| int org.sleuthkit.autopsy.coreutils.JLNK.getHeader | ( | ) |
Definition at line 191 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.header.
| short org.sleuthkit.autopsy.coreutils.JLNK.getHotKey | ( | ) |
Definition at line 195 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.hotKey.
| int org.sleuthkit.autopsy.coreutils.JLNK.getIconIndex | ( | ) |
Definition at line 203 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.iconIndex.
| String org.sleuthkit.autopsy.coreutils.JLNK.getIconLocation | ( | ) |
Definition at line 207 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 | ( | ) |
| List<String> org.sleuthkit.autopsy.coreutils.JLNK.getLinkTargetIdList | ( | ) |
| String org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePath | ( | ) |
Definition at line 219 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.localBasePath.
| String org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePathUnicode | ( | ) |
Definition at line 223 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.localBasePathUnicode.
| long org.sleuthkit.autopsy.coreutils.JLNK.getMtime | ( | ) |
Definition at line 227 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.mtime.
| String org.sleuthkit.autopsy.coreutils.JLNK.getName | ( | ) |
Definition at line 231 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.name.
| String org.sleuthkit.autopsy.coreutils.JLNK.getNetName | ( | ) |
Definition at line 235 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.netName.
| String org.sleuthkit.autopsy.coreutils.JLNK.getNetNameUnicode | ( | ) |
Definition at line 239 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.netNameUnicode.
| NetworkProviderType org.sleuthkit.autopsy.coreutils.JLNK.getNetworkProviderType | ( | ) |
Definition at line 243 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.networkProviderType.
| String org.sleuthkit.autopsy.coreutils.JLNK.getRelativePath | ( | ) |
Definition at line 247 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.relativePath.
| int org.sleuthkit.autopsy.coreutils.JLNK.getShowCommand | ( | ) |
Definition at line 251 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.showCommand.
| String org.sleuthkit.autopsy.coreutils.JLNK.getVolumeLabel | ( | ) |
Definition at line 259 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.volumeLabel.
| String org.sleuthkit.autopsy.coreutils.JLNK.getWorkingDir | ( | ) |
Definition at line 263 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.workingDir.
| boolean org.sleuthkit.autopsy.coreutils.JLNK.isHasUnicodeLocalBaseAndCommonSuffixOffset | ( | ) |
Definition at line 187 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.hasUnicodeLocalBaseAndCommonSuffixOffset.
| boolean org.sleuthkit.autopsy.coreutils.JLNK.isUnicodeNetAndDeviceName | ( | ) |
Definition at line 255 of file JLNK.java.
References org.sleuthkit.autopsy.coreutils.JLNK.unicodeNetAndDeviceName.
|
private |
Definition at line 62 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getArguments(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 44 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getCtime(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
|
private |
Definition at line 55 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 57 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 43 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getCrtime(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 74 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDeviceName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 75 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDeviceNameUnicode(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 65 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDriveSerialNumber(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 66 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getDriveType(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
|
private |
Definition at line 46 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getFileSize(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 53 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.isHasUnicodeLocalBaseAndCommonSuffixOffset(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 39 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getHeader(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 49 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getHotKey(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 47 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getIconIndex(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 63 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getIconLocation(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
|
private |
|
private |
Definition at line 51 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 54 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePath(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 56 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getLocalBasePathUnicode(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 45 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getMtime(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 59 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 72 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getNetName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 73 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getNetNameUnicode(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 70 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getNetworkProviderType(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 60 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getRelativePath(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 48 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getShowCommand(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 71 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.isUnicodeNetAndDeviceName(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 67 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getVolumeLabel(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
|
private |
Definition at line 61 of file JLNK.java.
Referenced by org.sleuthkit.autopsy.coreutils.JLNK.getWorkingDir(), and org.sleuthkit.autopsy.coreutils.JLNK.JLNK().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.