Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
package com.exasol.projectkeeper.config;
import static java.util.Collections.emptyList;
import java.util.List;
import java.util.Map;
import com.exasol.projectkeeper.shared.config.workflow.StepCustomization;
/**
* Intermediate class for reading the config. This is used by {@link ProjectKeeperConfigReader}.
*
* SnakeYML requires this to be public.
*
*/
public class ProjectKeeperRawConfig {
private List sources;
private List linkReplacements;
private List