net.sf.antcontrib.antserver.client

Class Client

public class Client extends Object

Place class description here.

Since:

Author: Matthew Inger

Constructor Summary
Client(Project project, String machine, int port)
Method Summary
voidconnect()
voiddisconnect()
ResponsesendCommand(Command command)
voidshutdown()

Constructor Detail

Client

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

Method Detail

connect

public void connect()

disconnect

public void disconnect()

sendCommand

public Response sendCommand(Command command)

shutdown

public void shutdown()