Interface ForkNodeFactory
-
public interface ForkNodeFactoryThis is the plugin extension as a factory ofForkChannel.- Since:
- 3.0.0-M5
- Author:
- Tibor Digana (tibor17)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkChannelcreateForkChannel(org.apache.maven.surefire.api.fork.ForkNodeArguments arguments)Opens and closes the channel.
-
-
-
Method Detail
-
createForkChannel
@Nonnull ForkChannel createForkChannel(@Nonnull org.apache.maven.surefire.api.fork.ForkNodeArguments arguments) throws java.io.IOException
Opens and closes the channel.- Parameters:
arguments- fork starter properties- Returns:
- specific implementation of the communication channel
- Throws:
java.io.IOException- if cannot open the channel
-
-