Package sonia.scm.update
Interface UpdateStepRepositoryMetadataAccess<T>
public interface UpdateStepRepositoryMetadataAccess<T>
Use this in
UpdateStep
s only to read repository objects directly from locations given by
RepositoryLocationResolver
.-
Method Summary
Modifier and TypeMethodDescriptionReads the repository from the given location.
-
Method Details
-
read
Reads the repository from the given location.- Parameters:
location
- the location to read from- Returns:
- the repository
- Throws:
InternalRepositoryException
- if the repository could not be read
-