Uses of Class
ca.cgjennings.apps.arkham.plugins.PluginRoot
-
Packages that use PluginRoot Package Description ca.cgjennings.apps.arkham.plugins -
-
Uses of PluginRoot in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins that return PluginRoot Modifier and Type Method Description PluginRoot
InstalledBundleObject. getPluginRoot()
Returns the bundle's root file, ornull
if it does not have a root file.PluginRoot
PluginBundle. getPluginRoot()
Returns aPluginRoot
for the root file in this bundle, ornull
if the plug-in does not have a root file.Methods in ca.cgjennings.apps.arkham.plugins with parameters of type PluginRoot Modifier and Type Method Description int
PluginRoot. compareTo(PluginRoot root)
Compares two roots based on their priorities.
-