Package sonia.scm.update
Interface V1PropertyDAO
public interface V1PropertyDAO
Use this to access old properties from an instance of SCM-Manager v1.
-
Method Summary
Modifier and TypeMethodDescriptiongetProperties
(V1PropertyReader reader) Creates an instance of a property reader to process old properties.
-
Method Details
-
getProperties
Creates an instance of a property reader to process old properties.- Parameters:
reader
- The reader for the origin of the properties (for exampleV1PropertyReader.REPOSITORY_PROPERTY_READER
for properties of repositories).- Returns:
- The reader instance.
-