Package jadx.cli.commands
Class CommandPlugins
java.lang.Object
jadx.cli.commands.CommandPlugins
- All Implemented Interfaces:
ICommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringformatDescription(String desc) private voidinstallPlugin(String locationId) name()private static voidprivate static voidprintPlugins(List<JadxPluginMetadata> installed) private voidprintVersions(String locationId, int limit) voidprocess(JCommanderWrapper jcw, com.beust.jcommander.JCommander subCommander)
-
Field Details
-
install
-
installJar
-
list
protected boolean list -
available
protected boolean available -
update
protected boolean update -
uninstall
-
disable
-
enable
-
listAll
protected boolean listAll -
listVersions
-
printHelp
protected boolean printHelp
-
-
Constructor Details
-
CommandPlugins
public CommandPlugins()
-
-
Method Details