Uses of Class
org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
-
Uses of PluginJAR.PluginCacheEntry in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionPluginJAR.generateCache()
static PluginJAR.PluginCacheEntry
PluginJAR.getPluginCache
(PluginJAR plugin) static PluginJAR.PluginCacheEntry
PluginJAR.getPluginCacheEntry
(String path) Returns the cache entry for an installed but not loaded plugin.Modifier and TypeMethodDescriptionstatic void
ServiceManager.loadServices
(PluginJAR plugin, URL uri, PluginJAR.PluginCacheEntry cache) Loads aservices.xml
file. -
Uses of PluginJAR.PluginCacheEntry in org.gjt.sp.jedit.gui
Modifier and TypeMethodDescriptionvoid
DockableWindowFactory.loadDockableWindows
(PluginJAR plugin, URL uri, PluginJAR.PluginCacheEntry cache) Plugins shouldn't need to call this method.