public class SvnCommandUtils extends Object
Constructor and Description |
---|
SvnCommandUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
fixUrl(String url,
String username)
Add or overrides the username into a url with a svn+ssh scheme.
|
public static String fixUrl(String url, String username)
url
- the url, not null
username
- the username, may be null
NullPointerException
- if url is null
Copyright © 2003–2016. All rights reserved.