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

io.github.mike10004.containment.lifecycle.ContainerCreatorFactory Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package io.github.mike10004.containment.lifecycle;

import io.github.mike10004.containment.ContainerCreator;
import io.github.mike10004.containment.ContainmentException;

/**
 * Interface of a service that constructs a container creator.
 */
public interface ContainerCreatorFactory {

    /**
     * Instantiates the container creator.
     * @return a creator instance
     * @throws ContainmentException on error
     */
    ContainerCreator instantiate() throws ContainmentException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy