Class CloseablePlugins


  • public class CloseablePlugins
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CloseablePlugins​(java.util.List<jadx.core.plugins.PluginContext> list, @Nullable java.lang.Runnable closeable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      @Nullable java.lang.Runnable getCloseable()  
      java.util.List<jadx.core.plugins.PluginContext> getList()  
      • Methods inherited from class java.lang.Object

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

      • CloseablePlugins

        public CloseablePlugins​(java.util.List<jadx.core.plugins.PluginContext> list,
                                @Nullable
                                @Nullable java.lang.Runnable closeable)
    • Method Detail

      • close

        public void close()
      • getCloseable

        @Nullable
        public @Nullable java.lang.Runnable getCloseable()
      • getList

        public java.util.List<jadx.core.plugins.PluginContext> getList()