Class TcpBuildConnection.ServerConnection
java.lang.Object
org.codehaus.plexus.build.connect.TcpBuildConnection.ServerConnection
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
TcpBuildConnection
public static final class TcpBuildConnection.ServerConnection
extends Object
implements AutoCloseable
Represents a server connection that must be created to communicate with the
maven process using the
TcpBuildConnection-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidsetupProcess(BiConsumer<String, String> consumer) Given a consumer publishes required properties for a process to launch
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
setupProcess
Given a consumer publishes required properties for a process to launch- Parameters:
consumer- the consumer for system properties
-