Package ai.djl.repository
Interface RepositoryFactory
public interface RepositoryFactory
A interface responsible to create 
Repository instances.- 
Method SummaryModifier and TypeMethodDescriptionReturns a set of URI scheme that theRepositoryFactorysupports.newInstance(String name, URI uri) Creates a new instance of a repository with a name and url.
- 
Method Details- 
newInstanceCreates a new instance of a repository with a name and url.- Parameters:
- name- the repository name
- uri- the repository location
- Returns:
- the new repository
 
- 
getSupportedSchemeReturns a set of URI scheme that theRepositoryFactorysupports.- Returns:
- a set of URI scheme that the RepositoryFactorysupports
 
 
-