Package jadx.plugins.tools.data
Class JadxInstalledPlugins
java.lang.Object
jadx.plugins.tools.data.JadxInstalledPlugins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintvoidsetInstalled(List<JadxPluginMetadata> installed) voidsetUpdated(long updated) voidsetVersion(int version)
-
Field Details
-
version
private int version -
updated
private long updated -
installed
-
-
Constructor Details
-
JadxInstalledPlugins
public JadxInstalledPlugins()
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getUpdated
public long getUpdated() -
setUpdated
public void setUpdated(long updated) -
getInstalled
-
setInstalled
-