public class SvnUrlWithUsernamePassword extends Object
Modifier and Type | Field and Description |
---|---|
String |
password |
org.tmatesoft.svn.core.SVNURL |
url |
String |
username |
Constructor and Description |
---|
SvnUrlWithUsernamePassword() |
Modifier and Type | Method and Description |
---|---|
static SvnUrlWithUsernamePassword |
parse(String pipeSeparated) |
public org.tmatesoft.svn.core.SVNURL url
public String username
public String password
public static SvnUrlWithUsernamePassword parse(String pipeSeparated) throws ConfigurationException
pipeSeparated
- "url" or "url|username|password"ConfigurationException