Class LocalFileResolver
java.lang.Object
jadx.plugins.tools.resolvers.file.LocalFileResolver
- All Implemented Interfaces:
IJadxPluginResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasVersion(String locationId) Check if locationId has a specified version numberid()Unique resolver identifier, should be same as locationId prefixbooleanThis resolver support updates and can fetch the latest version.private static booleanisValidFileLocation(String locationId) Fetch the latest version plugin metadata by locationresolveVersions(String locationId, int page, int perPage) Fetch several latest versions (pageable) of plugin by locationId.
-
Constructor Details
-
LocalFileResolver
public LocalFileResolver()
-
-
Method Details
-
id
Description copied from interface:IJadxPluginResolverUnique resolver identifier, should be same as locationId prefix- Specified by:
idin interfaceIJadxPluginResolver
-
isUpdateSupported
public boolean isUpdateSupported()Description copied from interface:IJadxPluginResolverThis resolver support updates and can fetch the latest version.- Specified by:
isUpdateSupportedin interfaceIJadxPluginResolver
-
isValidFileLocation
-
resolve
Description copied from interface:IJadxPluginResolverFetch the latest version plugin metadata by location- Specified by:
resolvein interfaceIJadxPluginResolver
-
resolveVersions
Description copied from interface:IJadxPluginResolverFetch several latest versions (pageable) of plugin by locationId.- Specified by:
resolveVersionsin interfaceIJadxPluginResolver- Parameters:
page- page number, starts with 1perPage- result's count limit
-
hasVersion
Description copied from interface:IJadxPluginResolverCheck if locationId has a specified version number- Specified by:
hasVersionin interfaceIJadxPluginResolver
-