|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pushingpixels.flamingo.api.bcb.core.BreadcrumbMultiSvnSelector.SvnRepositoryInfo
public static class BreadcrumbMultiSvnSelector.SvnRepositoryInfo
Information on a single SVN repository.
| Field Summary | |
|---|---|
String |
name
Repository name. |
String |
password
Password. |
String |
url
Repository URL. |
String |
user
User name. |
| Constructor Summary | |
|---|---|
BreadcrumbMultiSvnSelector.SvnRepositoryInfo(String name,
String url,
String user,
String password)
Creates a new info object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public String url
public String user
public String password
| Constructor Detail |
|---|
public BreadcrumbMultiSvnSelector.SvnRepositoryInfo(String name,
String url,
String user,
String password)
name - Repository name.url - Repository URL.user - User name.password - Password.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||