Class RepositoryUrl
java.lang.Object
org.apache.maven.scm.provider.git.repository.RepositoryUrl
This class is a container which holds information about
repository URL.
- Since:
- 1.3
- Author:
- Mark Struberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getPath()
getPort()
void
void
setPassword
(String password) void
void
void
setProtocol
(String protocol) void
setUserName
(String userName)
-
Constructor Details
-
RepositoryUrl
public RepositoryUrl()
-
-
Method Details
-
getProtocol
-
setProtocol
-
getHost
-
setHost
-
getPort
-
setPort
-
getPath
-
setPath
-
getUserName
-
setUserName
-
getPassword
-
setPassword
-