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

org.openlca.io.Import Maven / Gradle / Ivy

The newest version!
package org.openlca.io;

import org.openlca.core.io.Cancelable;
import org.openlca.core.io.ImportLog;

public interface Import extends Cancelable {

	/**
	 * Returns the import log of this import.
	 */
	ImportLog log();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy