Class LocalFileResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasVersion​(java.lang.String locationId)
      Check if locationId has a specified version number
      java.lang.String id()
      Unique resolver identifier, should be same as locationId prefix
      boolean isUpdateSupported()
      This resolver support updates and can fetch the latest version.
      java.util.Optional<JadxPluginMetadata> resolve​(java.lang.String locationId)
      Fetch the latest version plugin metadata by location
      java.util.List<JadxPluginMetadata> resolveVersions​(java.lang.String locationId, int page, int perPage)
      Fetch several latest versions (pageable) of plugin by locationId.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait