public class XooScmProvider extends ScmProvider
| Constructor and Description |
|---|
XooScmProvider(XooBlameCommand blame) |
| Modifier and Type | Method and Description |
|---|---|
BlameCommand |
blameCommand() |
String |
key()
Unique identifier of the provider.
|
boolean |
supports(File baseDir)
Does this provider able to manage files located in this directory.
|
public XooScmProvider(XooBlameCommand blame)
public boolean supports(File baseDir)
ScmProvidersupports in class ScmProviderpublic String key()
ScmProviderCoreProperties.SCM_PROVIDER_KEY
Can be used in SCM URL to define the provider to use.key in class ScmProviderpublic BlameCommand blameCommand()
blameCommand in class ScmProviderCopyright © 2009–2015 SonarSource. All rights reserved.