Class SingleDirFilesGetter

  • All Implemented Interfaces:
    IJadxFilesGetter

    public class SingleDirFilesGetter
    extends java.lang.Object
    implements IJadxFilesGetter
    Use single directory for all jadx files
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleDirFilesGetter​(java.nio.file.Path baseDir)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path getCacheDir()  
      java.nio.file.Path getConfigDir()  
      java.nio.file.Path getTempDir()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SingleDirFilesGetter

        public SingleDirFilesGetter​(java.nio.file.Path baseDir)