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 Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • setupProcess

      public void setupProcess(BiConsumer<String,String> consumer)
      Given a consumer publishes required properties for a process to launch
      Parameters:
      consumer - the consumer for system properties