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
PluginInfoProvider
null
if cache file does not exist.loadCachedPlugins
in interface PluginInfoProvider
java.io.IOException
public java.util.List<IdeaPluginDescriptor> loadPlugins(ProgressIndicator indicator) throws java.io.IOException
PluginInfoProvider
loadPlugins
in interface PluginInfoProvider
java.io.IOException