Interface RepositoryResolver<C>

Type Parameters:
C - type of connection.
All Known Implementing Classes:
FileResolver

public interface RepositoryResolver<C>
Locate a Git Repository by name from the URL.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RepositoryResolver<?>
    Resolver configured to open nothing.
  • Method Summary

    Modifier and Type
    Method
    Description
    open(C req, String name)
    Locate and open a reference to a Repository.