@ScannerSide @ExtensionPoint public abstract class ScmProvider extends Object
CoreProperties.LINKS_SOURCES_DEV to get old Maven URL format.| Constructor and Description | 
|---|
| ScmProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| BlameCommand | blameCommand() | 
| abstract String | key()Unique identifier of the provider. | 
| boolean | supports(File baseDir)Whether this provider is able to manage files located in this directory. | 
public ScmProvider()
public abstract String key()
CoreProperties.SCM_PROVIDER_KEY
 Can be used in SCM URL to define the provider to use.public boolean supports(File baseDir)
public BlameCommand blameCommand()
Copyright © 2009–2016 SonarSource. All rights reserved.