| com.atlassian.bitbucket.migration.ArchiveSource | 
Provides access to an archive within an archive.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Filter and extract this contents of this archive to the specified target. | |||||||||||
| Extract this contents of this archive to the specified target. | |||||||||||
| Get the path of this archive source. | |||||||||||
| Filter and read each file in the archive. | |||||||||||
| Filter and read each file in the archive. | |||||||||||
Filter and extract this contents of this archive to the specified target.
| target | path on disk where files will be extracted | 
|---|---|
| filter | predicate applied to each file before extraction. If the predicate returns falsethe file
               will not be extracted | 
| IOException | 
|---|
Extract this contents of this archive to the specified target.
| target | path on disk where files will be extracted | 
|---|
| IOException | 
|---|
Get the path of this archive source.
Filter and read each file in the archive.
| reader | used to read the contents of each file | 
|---|---|
| filter | predicate applied to each file before reading. If the predicate returns falsethe file
               will not be extracted | 
| IOException | 
|---|
Filter and read each file in the archive.
| reader | used to read the contents of each file | 
|---|
| IOException | 
|---|