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:ForkNodeFactoryOpens and closes the channel.- Specified by:
createForkChannelin interfaceForkNodeFactory- Parameters:
arguments- fork starter properties- Returns:
- specific implementation of the communication channel
- Throws:
IOException- if cannot open the channel
-