jgit/org.eclipse.jgit.junit.http
Shawn O. Pearce 1b7a5a2960 daemon: Use HTTP's resolver and factory pattern
Using a resolver and factory pattern for the anonymous git:// Daemon
class makes transport.Daemon more useful on non-file storage systems,
or in embedded applications where the caller wants more precise
control over the work tasks constructed within the daemon.

Rather than defining new interfaces, move the existing HTTP ones
into transport.resolver and make them generic on the connection
handle type.  For HTTP, continue to use HttpServletRequest, and
for transport.Daemon use DaemonClient.

To remain compatible with transport.Daemon, FileResolver needs to
learn how to use multiple base directories, and how to export any
Repository instance at a fixed name.

Change-Id: I1efa6b2bd7c6567e983fbbf346947238ea2e847e
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2011-02-14 18:28:21 -08:00
..
.settings Introduce http test bundle 2010-12-08 16:20:28 +01:00
META-INF daemon: Use HTTP's resolver and factory pattern 2011-02-14 18:28:21 -08:00
src/org/eclipse/jgit/junit/http daemon: Use HTTP's resolver and factory pattern 2011-02-14 18:28:21 -08:00
.classpath Introduce http test bundle 2010-12-08 16:20:28 +01:00
.gitignore Introduce http test bundle 2010-12-08 16:20:28 +01:00
.project Introduce http test bundle 2010-12-08 16:20:28 +01:00
build.properties Introduce http test bundle 2010-12-08 16:20:28 +01:00
plugin.properties Introduce http test bundle 2010-12-08 16:20:28 +01:00
pom.xml Qualify post 0.11 builds 2011-02-12 03:30:05 +01:00