Class BazaarScmProviderRepository
java.lang.Object
org.apache.maven.scm.provider.ScmProviderRepository
org.apache.maven.scm.provider.ScmProviderRepositoryWithHost
org.apache.maven.scm.provider.bazaar.repository.BazaarScmProviderRepository
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private final String
private final String
private final String
private static final String
private static final String
this is basically an abbreviation of "bzr+ssh://"private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
addAt()
private String
addHost()
private String
private String
addPath()
private String
addPort()
private String
addUser()
private String
getProtocol
(String url) getURI()
private boolean
private String
parseHostAndPort
(String url) private String
private String
private String
toString()
Methods inherited from class org.apache.maven.scm.provider.ScmProviderRepositoryWithHost
getHost, getPassphrase, getPort, getPrivateKey, setHost, setPassphrase, setPort, setPrivateKey
Methods inherited from class org.apache.maven.scm.provider.ScmProviderRepository
getParent, getPassword, getRelativePath, getUser, getWorkItem, isPersistCheckout, isPushChanges, setPassword, setPersistCheckout, setPushChanges, setUser, setWorkItem
-
Field Details
-
FILE
- See Also:
-
SFTP
- See Also:
-
FTP
- See Also:
-
AFTP
- See Also:
-
HTTP
- See Also:
-
HTTPS
- See Also:
-
BZR
- See Also:
-
BZR_SSH
- See Also:
-
SSH
this is basically an abbreviation of "bzr+ssh://"- See Also:
-
UNKNOWN
- See Also:
-
path
-
protocol
-
orgUrl
-
-
Constructor Details
-
BazaarScmProviderRepository
-
-
Method Details
-
getURI
-
validateURI
- Returns:
- A message if the repository as an invalid URI, null if the URI seems fine.
-
getProtocol
-
parseUrl
-
parseHostAndPort
-
parseUsernameAndPassword
-
parsePath
-
addUser
-
addPassword
-
addAt
-
addHost
-
addPort
-
addPath
-
needsAuthentication
private boolean needsAuthentication() -
toString
-