Class XApkCustomInput

  • All Implemented Interfaces:
    jadx.api.plugins.CustomResourcesLoader, jadx.api.plugins.input.JadxCodeInput, java.io.Closeable, java.lang.AutoCloseable

    public class XApkCustomInput
    extends java.lang.Object
    implements jadx.api.plugins.input.JadxCodeInput, jadx.api.plugins.CustomResourcesLoader
    • Constructor Summary

      Constructors 
      Constructor Description
      XApkCustomInput​(jadx.api.plugins.JadxPluginContext context, XApkLoader loader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean load​(jadx.api.ResourcesLoader resLoader, java.util.List<jadx.api.ResourceFile> list, java.io.File file)  
      jadx.api.plugins.input.ICodeLoader loadFiles​(java.util.List<java.nio.file.Path> input)  
      • Methods inherited from class java.lang.Object

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

      • XApkCustomInput

        public XApkCustomInput​(jadx.api.plugins.JadxPluginContext context,
                               XApkLoader loader)
    • Method Detail

      • loadFiles

        public jadx.api.plugins.input.ICodeLoader loadFiles​(java.util.List<java.nio.file.Path> input)
        Specified by:
        loadFiles in interface jadx.api.plugins.input.JadxCodeInput
      • load

        public boolean load​(jadx.api.ResourcesLoader resLoader,
                            java.util.List<jadx.api.ResourceFile> list,
                            java.io.File file)
        Specified by:
        load in interface jadx.api.plugins.CustomResourcesLoader
      • close

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