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

prerna.project.impl.notebook.INotebookBuilder Maven / Gradle / Ivy

The newest version!
package prerna.project.impl.notebook;

import java.io.File;
import java.util.List;

import com.google.gson.JsonElement;

public interface INotebookBuilder {

	/**
	 * 
	 * @param writeDir
	 * @return
	 */
	List createNotebooks(File writeDir);
	
	/**
	 * 
	 * @param blocksFileJson
	 */
	void setBlocksFileJson(JsonElement blocksFileJson);
	
	/**
	 * 
	 * @return
	 */
	JsonElement getBlocksFileJson();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy