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

org.kie.eclipse.wizard.project.IKieOnlineExampleProjectWizardPage Maven / Gradle / Ivy

There is a newer version: 7.48.0.Final
Show newest version
package org.kie.eclipse.wizard.project;

import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.IProgressMonitor;
import org.kie.eclipse.runtime.IRuntime;
import org.kie.eclipse.runtime.IRuntimeManager;

public interface IKieOnlineExampleProjectWizardPage extends IKieProjectWizardPage {

	String downloadOnlineExampleProject(IProject project, IProgressMonitor monitor);
	String getProductId();
	IRuntime getRuntime();
	IRuntimeManager getRuntimeManager();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy