public interface LegacyRepositoryConverter
Modifier and Type | Method and Description |
---|---|
void |
convertLegacyRepository(File legacyRepositoryDirectory,
File destinationRepositoryDirectory,
List<String> fileExclusionPatterns)
Convert a legacy repository to a modern repository.
|
void convertLegacyRepository(File legacyRepositoryDirectory, File 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–2023 The Apache Software Foundation. All rights reserved.