{
purgeExecutor = new RetentionCountRepositoryPurgeExecutor( repositoryContent,
repoPurge.getRetentionCount() );
}
purgeReleasedSnapshotsExecutor = new ReleasedSnapshotsRepositoryPurgeExecutor( repositoryContent );
deleteReleasedSnapshots = repoPurge.isDeleteReleasedSnapshots();
}
}