Class JadxSettingsStorage


  • public class JadxSettingsStorage
    extends java.lang.Object
    Jadx settings storage. Select first available option: 1. json file in system 'config' directory (preferred) 2. using java preferences api: use Windows registry or xml on Linux/Mac (obsolete, load only)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable java.lang.String load()  
      void save​(java.lang.String jsonStr)  
      • Methods inherited from class java.lang.Object

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

      • JadxSettingsStorage

        public JadxSettingsStorage()
    • Method Detail

      • load

        @Nullable
        public @Nullable java.lang.String load()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • save

        public void save​(java.lang.String jsonStr)
                  throws java.io.IOException
        Throws:
        java.io.IOException