Uses of Interface
com.atlassian.bitbucket.migration.EntrySource
Packages that use EntrySource
- 
Uses of EntrySource in com.atlassian.bitbucket.migrationMethods in com.atlassian.bitbucket.migration with parameters of type EntrySourceModifier and TypeMethodDescriptiondefault voidImporter.onEntry(ImportContext importContext, EntrySource entrySource) Method parameters in com.atlassian.bitbucket.migration with type arguments of type EntrySourceModifier and TypeMethodDescriptiondefault voidArchiveSource.read(IoConsumer<EntrySource> reader) Filter and read each file in the archive.voidArchiveSource.read(IoConsumer<EntrySource> reader, Predicate<String> filter) Filter and read each file in the archive.