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

poussecafe.maven.StorageSourceGeneratorBuilder Maven / Gradle / Ivy

package poussecafe.maven;

import java.io.File;

public interface StorageSourceGeneratorBuilder {

    StorageSourceGeneratorBuilder sourceWriter(SourceWriter sourceWriter);

    StorageSourceGeneratorBuilder aggregateName(String aggregateName);

    StorageSourceGeneratorBuilder adaptersDirectory(File adaptersDirectory);

    StorageSourceGenerator build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy