| Package | Description |
|---|---|
| de.shadowhunt.subversion | |
| de.shadowhunt.subversion.internal |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryFactory.createRepository(URI repository,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext context)
Create a new
Repository for given URI and use the given HttpClient with the HttpClient to connect to the server |
protected abstract Repository |
RepositoryFactory.createRepository0(URI saneUri,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext context) |
static RepositoryFactory |
RepositoryFactory.getInstance()
Create a new
RepositoryFactory instance each time the method is called |
Repository |
RepositoryFactory.probeRepository(URI repository,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext context)
Create a new
Repository for given URI and use the given HttpClient with the HttpClient to connect to the server. |
| Modifier and Type | Method and Description |
|---|---|
protected Repository |
RepositoryFactoryImpl.createRepository0(URI saneUri,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext context) |
Copyright © 2013–2014 shadowhunt. All rights reserved.