Package | Description |
---|---|
net.trajano.wagon.git |
Git Wagon Provider.
|
net.trajano.wagon.git.internal |
Internal classes that should not be used outside the project directly.
|
Modifier and Type | Method and Description |
---|---|
GitUri |
GitWagon.buildGitUri(URI gitUri)
Constructs the object from a URI string that contains "git:" schema.
|
GitUri |
GitHubPagesWagon.buildGitUri(URI uri)
Builds a GitUri from a GitHub Pages URL.
|
Modifier and Type | Method and Description |
---|---|
abstract GitUri |
AbstractGitWagon.buildGitUri(URI repositoryUrl)
Builds the wagon specific Git URI based on the repository URL.
|
protected GitUri |
AbstractGitWagon.getGitUri() |
GitUri |
GitUri.resolve(String fragment)
Resolves a new
GitUri with the fragment. |
Copyright © 2012–2014 Trajano. All rights reserved.