net.sf.antcontrib.antserver.client

Class Client


public class Client
extends java.lang.Object

Place class description here.
Authors:
Matthew Inger

Constructor Summary

Client(Project project, String machine, int port)

Method Summary

void
connect()
void
disconnect()
Response
sendCommand(Command command)
void
shutdown()

Constructor Details

Client

public Client(Project project,
              String machine,
              int port)

Method Details

connect

public void connect()
            throws IOException

disconnect

public void disconnect()
            throws IOException

sendCommand

public Response sendCommand(Command command)
            throws IOException

shutdown

public void shutdown()