Class SurefireForkNodeFactory
java.lang.Object
org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory
- All Implemented Interfaces:
ForkNodeFactory
The factory of
SurefireForkChannel
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateForkChannel
(ForkNodeArguments arguments) Opens and closes the channel.
-
Constructor Details
-
SurefireForkNodeFactory
public SurefireForkNodeFactory()
-
-
Method Details
-
createForkChannel
@Nonnull public ForkChannel createForkChannel(@Nonnull ForkNodeArguments arguments) throws IOException Description copied from interface:ForkNodeFactory
Opens and closes the channel.- Specified by:
createForkChannel
in interfaceForkNodeFactory
- Parameters:
arguments
- fork starter properties- Returns:
- specific implementation of the communication channel
- Throws:
IOException
- if cannot open the channel
-