Class SurefireForkNodeFactory
- java.lang.Object
-
- org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory
-
- All Implemented Interfaces:
ForkNodeFactory
public class SurefireForkNodeFactory extends java.lang.Object implements ForkNodeFactory
The factory ofSurefireForkChannel.
-
-
Constructor Summary
Constructors Constructor Description SurefireForkNodeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForkChannelcreateForkChannel(ForkNodeArguments arguments)Opens and closes the channel.
-
-
-
Method Detail
-
createForkChannel
@Nonnull public ForkChannel createForkChannel(@Nonnull ForkNodeArguments arguments) throws java.io.IOException
Description copied from interface:ForkNodeFactoryOpens and closes the channel.- Specified by:
createForkChannelin interfaceForkNodeFactory- Parameters:
arguments- fork starter properties- Returns:
- specific implementation of the communication channel
- Throws:
java.io.IOException- if cannot open the channel
-
-