Package jadx.cli.plugins
Class JadxFilesGetter
- java.lang.Object
-
- jadx.cli.plugins.JadxFilesGetter
-
- All Implemented Interfaces:
jadx.core.plugins.files.IJadxFilesGetter
public class JadxFilesGetter extends java.lang.Object implements jadx.core.plugins.files.IJadxFilesGetter
-
-
Field Summary
Fields Modifier and Type Field Description static JadxFilesGetterINSTANCE
-
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 JadxFilesGetter INSTANCE
-
-
Method Detail
-
getConfigDir
public java.nio.file.Path getConfigDir()
- Specified by:
getConfigDirin interfacejadx.core.plugins.files.IJadxFilesGetter
-
getCacheDir
public java.nio.file.Path getCacheDir()
- Specified by:
getCacheDirin interfacejadx.core.plugins.files.IJadxFilesGetter
-
getTempDir
public java.nio.file.Path getTempDir()
- Specified by:
getTempDirin interfacejadx.core.plugins.files.IJadxFilesGetter
-
-