public interface PluginInfoProvider
Modifier and Type | Method and Description |
---|---|
java.util.List<IdeaPluginDescriptor> |
loadCachedPlugins()
Reads cached plugin descriptors from a file.
|
java.util.List<IdeaPluginDescriptor> |
loadPlugins(ProgressIndicator indicator)
Loads list of plugins, compatible with a current build, from a main plugin repository.
|
java.util.List<IdeaPluginDescriptor> loadCachedPlugins() throws java.io.IOException
null
if cache file does not exist.java.io.IOException
java.util.List<IdeaPluginDescriptor> loadPlugins(ProgressIndicator indicator) throws java.io.IOException
java.io.IOException