public class RepositoryUrl extends Object
Constructor and Description |
---|
RepositoryUrl() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getPassword() |
String |
getPath() |
String |
getPort() |
String |
getProtocol() |
String |
getUserName() |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPath(String path) |
void |
setPort(String port) |
void |
setProtocol(String protocol) |
void |
setUserName(String userName) |
public RepositoryUrl()
public String getProtocol()
public void setProtocol(String protocol)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.