|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.scm.provider.svn.SvnCommandUtils
public class SvnCommandUtils
Command utilities for svn commands.
Constructor Summary | |
---|---|
SvnCommandUtils()
|
Method Summary | |
---|---|
static java.lang.String |
fixUrl(java.lang.String url,
java.lang.String username)
Add or overrides the username into a url with a svn+ssh scheme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SvnCommandUtils()
Method Detail |
---|
public static java.lang.String fixUrl(java.lang.String url, java.lang.String username)
url
- the url, not null
username
- the username, may be null
java.lang.NullPointerException
- if url is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |