Package jadx.plugins.tools.data
Class JadxPluginMetadata
java.lang.Object
jadx.plugins.tools.data.JadxPluginMetadata
- All Implemented Interfaces:
Comparable<JadxPluginMetadata>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NotNull JadxPluginMetadata o) booleangetJar()Deprecated.getName()getPath()@Nullable String@Nullable StringinthashCode()booleanvoidsetDescription(String description) voidsetDisabled(boolean disabled) voidsetHomepage(String homepage) voidDeprecated.voidsetLocationId(String locationId) voidvoidvoidsetPluginId(String pluginId) voidsetRequiredJadxVersion(@Nullable String requiredJadxVersion) voidsetVersion(@Nullable String version) toString()
-
Field Details
-
pluginId
-
name
-
description
-
homepage
-
requiredJadxVersion
-
version
-
locationId
-
path
Absolute path to '.jar' file or unpacked zip directory -
disabled
private boolean disabled
-
-
Constructor Details
-
JadxPluginMetadata
public JadxPluginMetadata()
-
-
Method Details
-
getPluginId
-
setPluginId
-
getName
-
setName
-
getVersion
-
setVersion
-
getDescription
-
setDescription
-
getHomepage
-
setHomepage
-
getRequiredJadxVersion
-
setRequiredJadxVersion
-
getLocationId
-
setLocationId
-
getPath
-
setPath
-
getJar
Deprecated. -
setJar
Deprecated. -
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<JadxPluginMetadata>
-
toString
-