public class RepositoryConfig extends AbstractServiceConfig
| Constructor and Description |
|---|
RepositoryConfig(String url,
String username,
String password,
RepositoryType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RepositoryType |
getType() |
int |
hashCode() |
String |
toString() |
getPassword, getUrl, getUsernamepublic RepositoryConfig(String url, String username, String password, RepositoryType type)
public RepositoryType getType()
public String toString()
toString in class AbstractServiceConfigpublic int hashCode()
hashCode in class AbstractServiceConfigpublic boolean equals(Object obj)
equals in class AbstractServiceConfigCopyright © 2020 JBoss by Red Hat. All rights reserved.