com.atlassian.maven.plugins.sandbox
Class ScmConnectionWrapper

java.lang.Object
  extended by com.atlassian.maven.plugins.sandbox.ScmConnectionWrapper

public class ScmConnectionWrapper
extends java.lang.Object


Field Summary
protected static java.lang.String SCM_HG_PREFIX
           
protected static java.lang.String SCM_SVN_PREFIX
           
 
Constructor Summary
ScmConnectionWrapper(java.lang.String url)
           
 
Method Summary
 java.lang.String getTagString(java.lang.String tag)
           
static boolean isMercurialConnection(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCM_SVN_PREFIX

protected static final java.lang.String SCM_SVN_PREFIX
See Also:
Constant Field Values

SCM_HG_PREFIX

protected static final java.lang.String SCM_HG_PREFIX
See Also:
Constant Field Values
Constructor Detail

ScmConnectionWrapper

public ScmConnectionWrapper(java.lang.String url)
                     throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException
Method Detail

isMercurialConnection

public static boolean isMercurialConnection(java.lang.String url)

getTagString

@Nullable
public java.lang.String getTagString(java.lang.String tag)


Copyright © 2011 Atlassian. All Rights Reserved.