Interface WebRepositoryViewerManager
- All Known Implementing Classes:
WebRepositoryViewerManagerImpl
Deprecated.
Provides access to the web repository plugins..
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable WebRepositoryViewer
getNewWebRepositoryViewerInstance
(@Nullable String key) Deprecated.Gets a new instance of a WebRepositoryViewer plugin associated with the given key@NotNull List<WebRepositoryViewerModuleDescriptor>
Deprecated.Return list of enabled web repository viewer plugins.@NotNull List<WebRepositoryViewer>
Deprecated.Return a list of all installed WebRepositoryViewer plugins.
-
Field Details
-
WEB_REPO_GENERIC_KEY
Deprecated.- See Also:
-
WEB_REPO_NONE_KEY
Deprecated.- See Also:
-
-
Method Details
-
getWebRepositoryViewerModuleDescriptors
@NotNull @NotNull List<WebRepositoryViewerModuleDescriptor> getWebRepositoryViewerModuleDescriptors()Deprecated.Return list of enabled web repository viewer plugins. -
getWebRepositoryViewers
Deprecated.Return a list of all installed WebRepositoryViewer plugins.- Returns:
- a list of all installed WebRepositoryViewer plugins
-
getNewWebRepositoryViewerInstance
@Nullable @Nullable WebRepositoryViewer getNewWebRepositoryViewerInstance(@Nullable @Nullable String key) Deprecated.Gets a new instance of a WebRepositoryViewer plugin associated with the given key- Parameters:
key
- : full key of the WebRepositoryViewer plugin- Returns:
- the new instance of the WebRepositoryViewer.
-
VcsRepositoryViewerManager