Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static String | translate (String fileName) throws NoServiceProviderException, TranslationException |
Private Member Functions | |
FileNameTranslationUtil () | |
A utility to translate file names.
Definition at line 29 of file FileNameTranslationUtil.java.
|
private |
Prevent instantiation of this utility class
Definition at line 71 of file FileNameTranslationUtil.java.
|
static |
Translates a file name using the configured machine translation service.
fileName | The file name. |
NoServiceProviderException | If machine translation is not configured. |
TranslationException | If there is an error doing the translation. |
Definition at line 43 of file FileNameTranslationUtil.java.
References org.sleuthkit.autopsy.texttranslation.TextTranslationService.getInstance(), and org.sleuthkit.autopsy.texttranslation.TextTranslationService.translate().
Referenced by org.sleuthkit.autopsy.datamodel.utils.FileNameTransTask.computePropertyValue().
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.