-
Type:
Sub-task
-
Resolution: Invalid
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The following classes may be reused inside Studio and thus should be moved to studio-common module:
com.atlassian.studio.importer.impl.util.XStreamRestConverterTemplate - Template for REST providers using XStream to convert Java objects
com.atlassian.studio.importer.impl.util.SalBasedRestSecurityHelper - Helper for restricting access to REST services using the SAL UserManager
com.atlassian.studio.importer.impl.util.ZipFileInputStream - Helper for ZIP extraction
com.atlassian.studio.importer.util.PagedIterable<T> - Defines an interface for paged access to Iterable(s)
com.atlassian.studio.importer.util.SortablePagedIterable<T> - Defines an interface for sortable, paged access to Iterable(s)
com.atlassian.studio.importer.impl.util.PreFetchedPagedIterable - Default implementation for SortablePagedIterable<T> which requires all entities to be pre-fetched and stores them into memory
Extract reusable functionality out of com.atlassian.studio.importer.impl.file.DefaultFileService (f.e. line replacing with regex)