public class PluginInfoProviderImpl extends java.lang.Object implements PluginInfoProvider
| Constructor and Description | 
|---|
PluginInfoProviderImpl()  | 
| 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. 
 | 
public java.util.List<IdeaPluginDescriptor> loadCachedPlugins() throws java.io.IOException
PluginInfoProvidernull if cache file does not exist.loadCachedPlugins in interface PluginInfoProviderjava.io.IOExceptionpublic java.util.List<IdeaPluginDescriptor> loadPlugins(ProgressIndicator indicator) throws java.io.IOException
PluginInfoProviderloadPlugins in interface PluginInfoProviderjava.io.IOException