|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UrlSupport
API for VCS URL recognition. Allows creating VCS Roots from URLs. An implementation should support provider specific part of a Maven SCM formatted URLs. See http://maven.apache.org/scm/scm-url-format.html
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
convertToVcsRootProperties(VcsUrl url)
Converts the given URL to a set of VCS root properties valid enough for creating a VCS root. |
java.lang.String |
getProviderSchema()
Returns one or more colon-separated supported provider and URL schemas. |
| Method Detail |
|---|
@NotNull java.lang.String getProviderSchema()
@NotNull
java.util.Map<java.lang.String,java.lang.String> convertToVcsRootProperties(@NotNull
VcsUrl url)
throws VcsException
url - the VCS url
VcsException - if the URL cannot be converted to a valid set of VCS root properties
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||