org.unix4j.context.ExecutionContextFactory Maven / Gradle / Ivy
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