Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static String | getAbsolutePath (String workingDirectory, String relPath) |
static List< String > | getAbsolutePaths (String workingDirectory, List< String > relPaths) |
Private Member Functions | |
PathUtil () | |
Retrieves absolute paths relative to a working directory.
Definition at line 29 of file PathUtil.java.
|
private |
Definition at line 71 of file PathUtil.java.
|
static |
If the relPath is an absolute path, that is returned. Otherwise, it is treated as a relative path using the working directory.
workingDirectory | The working directory. |
relPath | The path. |
Definition at line 40 of file PathUtil.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.createCaseWithDataSources(), org.sleuthkit.autopsy.integrationtesting.PathUtil.getAbsolutePaths(), org.sleuthkit.autopsy.integrationtesting.config.ConfigDeserializer.getIntegrationTestConfig(), org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.runIntegrationTests(), and org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.runIntegrationTestSuite().
|
static |
If one of the relPaths is an absolute path, that is returned. Otherwise, each is treated as a relative path using the working directory.
workingDirectory | The working directory. |
relPaths | The paths. |
Definition at line 61 of file PathUtil.java.
References org.sleuthkit.autopsy.integrationtesting.PathUtil.getAbsolutePath().
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.createCaseWithDataSources().
Copyright © 2012-2022 Basis Technology. Generated on: Thu Jun 1 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.