@Beta public interface TaskLocalizationContext
| Modifier and Type | Method and Description |
|---|---|
Map<String,File> |
getAllLocalFiles() |
File |
getLocalFile(String name)
Returns a
File representing the path to a localized file localized with the given
name. |
File getLocalFile(String name) throws FileNotFoundException
File representing the path to a localized file localized with the given
name.name - the local file's nameFile for the localized fileFileNotFoundExceptionCopyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.