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

io.cloudsoft.tosca.a4c.brooklyn.spec.EntitySpecFactory Maven / Gradle / Ivy

package io.cloudsoft.tosca.a4c.brooklyn.spec;

import org.apache.brooklyn.api.entity.EntitySpec;

import io.cloudsoft.tosca.a4c.brooklyn.ToscaApplication;

/**
 * An EntitySpecFactory chooses the most appropriate {@link EntitySpec}.
 */
public interface EntitySpecFactory {
    EntitySpec create(String nodeId, A toscaApplication);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy