Interface ExportCometProjectCommand.ThirdMandatory
- Enclosing class:
- ExportCometProjectCommand
public static interface ExportCometProjectCommand.ThirdMandatory
-
Method Summary
Modifier and TypeMethodDescriptionconsumer(BiConsumer<String, InputStream> consumer) Sets the consumer of this command
-
Method Details
-
consumer
Sets the consumer of this command
Sets the consumer of this command.
The consumer is called for each file in the export set with its relative path as String parameter and the file data as InputStream.- Parameters:
consumer- the consumer.- Returns:
- command builder for optional settings
-