Interface UpdateStepRepositoryMetadataAccess<T>


public interface UpdateStepRepositoryMetadataAccess<T>
Use this in UpdateSteps only to read repository objects directly from locations given by RepositoryLocationResolver.
  • Method Summary

    Modifier and Type
    Method
    Description
    read(T location)
    Reads the repository from the given location.
  • Method Details

    • read

      Repository read(T location)
      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