public interface RepositoryFactory
Repository instances.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getSupportedScheme()
Returns a set of URI scheme that the
RepositoryFactory supports. |
Repository |
newInstance(java.lang.String name,
java.net.URI uri)
Creates a new instance of a repository with a name and url.
|
Repository newInstance(java.lang.String name, java.net.URI uri)
name - the repository nameuri - the repository locationjava.util.Set<java.lang.String> getSupportedScheme()
RepositoryFactory supports.RepositoryFactory supports