Class UsageInfoCache

  • All Implemented Interfaces:
    jadx.api.usage.IUsageInfoCache, java.io.Closeable, java.lang.AutoCloseable

    public class UsageInfoCache
    extends java.lang.Object
    implements jadx.api.usage.IUsageInfoCache
    • Constructor Summary

      Constructors 
      Constructor Description
      UsageInfoCache​(java.nio.file.Path cacheDir, java.util.List<java.io.File> inputFiles)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      @Nullable jadx.api.usage.IUsageInfoData get​(jadx.core.dex.nodes.RootNode root)  
      void set​(jadx.core.dex.nodes.RootNode root, jadx.api.usage.IUsageInfoData data)  
      • Methods inherited from class java.lang.Object

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

      • UsageInfoCache

        public UsageInfoCache​(java.nio.file.Path cacheDir,
                              java.util.List<java.io.File> inputFiles)
    • Method Detail

      • get

        @Nullable
        public @Nullable jadx.api.usage.IUsageInfoData get​(jadx.core.dex.nodes.RootNode root)
        Specified by:
        get in interface jadx.api.usage.IUsageInfoCache
      • set

        public void set​(jadx.core.dex.nodes.RootNode root,
                        jadx.api.usage.IUsageInfoData data)
        Specified by:
        set in interface jadx.api.usage.IUsageInfoCache
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable