public class RepositoryURL extends Object
Modifier and Type | Field and Description |
---|---|
private String |
host |
private String |
password |
private String |
path |
private String |
port |
private String |
protocol |
private String |
url |
private String |
username |
Constructor and Description |
---|
RepositoryURL(String url) |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getPassword() |
String |
getPath() |
String |
getPort() |
String |
getProtocol() |
String |
getUrl() |
String |
getUsername() |
String |
toString() |
public RepositoryURL(String url)
public String getUsername()
public String getPassword()
public String getProtocol()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.