Package ghidra.framework.plugintool.util
Class PluginClassManager
java.lang.Object
ghidra.framework.plugintool.util.PluginClassManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addXmlElementsForPlugins
(org.jdom.Element root, List<Plugin> plugins) fillInPackageClasses
(List<String> classNames) Used to convert an old style tool XML file by adding in classes in the same packages as those that were named specifically in the XML filegetPluginClasses
(org.jdom.Element element) getPluginDescription
(String className) getPluginDescriptions
(PluginPackage pluginPackage)
-
Constructor Details
-
PluginClassManager
-
-
Method Details
-
getPluginDescription
-
addXmlElementsForPlugins
-
fillInPackageClasses
Used to convert an old style tool XML file by adding in classes in the same packages as those that were named specifically in the XML file- Parameters:
classNames
- the list of classNames from from the old XML file- Returns:
- the adjusted class names
-
getPluginClasses
-
getPluginPackages
-
getPluginDescriptions
-
getUnstablePluginDescriptions
-
getManagedPluginDescriptions
-