
@ExtensionPoint public interface RepositoryHandler extends Handler<Repository,RepositoryException>, ListenerSupport<ConfigChangedListener>, RepositoryBrowserProvider, ChangesetViewerProvider, DiffViewerProvider, BlameViewerProvider
Repository type.
These classes are singletons.| Modifier and Type | Method and Description |
|---|---|
String |
createResourcePath(Repository repository)
Returns the resource path for the given
Repository. |
ImportHandler |
getImportHandler()
Returns the
ImportHandler for the repository type of this handler. |
String |
getVersionInformation()
Returns informations about the version of the RepositoryHandler.
|
getType, isConfiguredcreate, delete, modifyaddListener, addListeners, removeListenergetRepositoryBrowsergetChangesetViewergetDiffViewergetBlameViewerString createResourcePath(Repository repository)
Repository.
The resource path is part of the Repository url.repository - given RepositoryRepositoryImportHandler getImportHandler() throws NotSupportedFeatuerException
ImportHandler for the repository type of this handler.ImportHandler for the repository type of this handlerNotSupportedFeatuerExceptionString getVersionInformation()
Copyright © 2013. All Rights Reserved.