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