public interface LegacyRepositoryConverter
Modifier and Type | Method and Description |
---|---|
void |
convertLegacyRepository(Path legacyRepositoryDirectory,
Path destinationRepositoryDirectory,
List<String> fileExclusionPatterns)
Convert a legacy repository to a modern repository.
|
void convertLegacyRepository(Path legacyRepositoryDirectory, Path destinationRepositoryDirectory, List<String> fileExclusionPatterns) throws RepositoryConversionException
legacyRepositoryDirectory
- the directory of the legacy repository.destinationRepositoryDirectory
- the directory of the modern repository.fileExclusionPatterns
- the list of patterns to exclude from the conversion.RepositoryConversionException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.