public class ScmConnectionWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SCM_GIT_PREFIX |
protected static String |
SCM_HG_PREFIX |
protected static String |
SCM_SVN_PREFIX |
| Constructor and Description |
|---|
ScmConnectionWrapper(String connection) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
static boolean |
isGitConnection(String url) |
static boolean |
isMercurialConnection(String url) |
static boolean |
isSvnConnection(String url) |
String |
toString() |
protected static final String SCM_SVN_PREFIX
protected static final String SCM_HG_PREFIX
protected static final String SCM_GIT_PREFIX
public ScmConnectionWrapper(String connection) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionCopyright © 2015 Atlassian. All rights reserved.