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

org.unix4j.context.ExecutionContextFactory Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package org.unix4j.context;

/**
 * Factory for an {@link ExecutionContext}.
 */
public interface ExecutionContextFactory {
	/**
	 * Creates and returns a new execution context instance.
	 * 
	 * @return a new execution context instance
	 */
	ExecutionContext createExecutionContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy