public interface GenerationExporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(Collection<? extends GenerationInfo> generationInfos,
UserInteraction userInteraction)
Export the given
GenerationInfos' content. |
void export(Collection<? extends GenerationInfo> generationInfos, UserInteraction userInteraction) throws IOException
GenerationInfos' content.generationInfos - A collection of GenerationInfos which shall be exported.userInteraction - Handles the communication with the user.IOException - If something went wrong during export.Copyright © 2019. All rights reserved.