Package jadx.core.plugins.files
Class TempFilesGetter
- java.lang.Object
-
- jadx.core.plugins.files.TempFilesGetter
-
- All Implemented Interfaces:
IJadxFilesGetter
public class TempFilesGetter extends java.lang.Object implements IJadxFilesGetter
-
-
Field Summary
Fields Modifier and Type Field Description static TempFilesGetterINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.PathgetCacheDir()java.nio.file.PathgetConfigDir()java.nio.file.PathgetTempDir()
-
-
-
Field Detail
-
INSTANCE
public static final TempFilesGetter INSTANCE
-
-
Method Detail
-
getConfigDir
public java.nio.file.Path getConfigDir()
- Specified by:
getConfigDirin interfaceIJadxFilesGetter
-
getCacheDir
public java.nio.file.Path getCacheDir()
- Specified by:
getCacheDirin interfaceIJadxFilesGetter
-
getTempDir
public java.nio.file.Path getTempDir()
- Specified by:
getTempDirin interfaceIJadxFilesGetter
-
-