All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.grasshopper.combiner.options.CombinerOptions Maven / Gradle / Ivy

The newest version!
package tech.grasshopper.combiner.options;

import java.nio.file.Path;
import java.util.List;

import lombok.Builder;
import lombok.Data;
import tech.grasshopper.combiner.report.ReportType;

@Data
@Builder
public class CombinerOptions {

	private ReportType reportType;
	private List jsonReportPaths;
	private List mediaPaths;
	private Path mergedReportFolderPath;
	private ConfigType configType;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy