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

org.nakedobjects.runtime.system.NakedObjectSystemFactory Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.runtime.system;

import org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent;

/**
 * Pluggable mechanism for creating {@link NakedObjectsSystem}s.
 */
public interface NakedObjectSystemFactory extends ApplicationScopedComponent {

	NakedObjectsSystem createSystem(
			final DeploymentType deploymentType);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy