Class LegacyForkNodeFactory
java.lang.Object
org.apache.maven.plugin.surefire.extensions.LegacyForkNodeFactory
- All Implemented Interfaces:
ForkNodeFactory
The factory of
LegacyForkChannel
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateForkChannel
(ForkNodeArguments arguments) Opens and closes the channel.
-
Constructor Details
-
LegacyForkNodeFactory
public LegacyForkNodeFactory()
-
-
Method Details
-
createForkChannel
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
-