net.sf.antcontrib.antserver.client
Class Client
java.lang.Object
|
+--net.sf.antcontrib.antserver.client.Client
- public class Client
- extends java.lang.Object
Place class description here.
- Since:
- Author:
- inger,
Constructor Summary |
Client(org.apache.tools.ant.Project project,
java.lang.String machine,
int port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Client
public Client(org.apache.tools.ant.Project project,
java.lang.String machine,
int port)
connect
public void connect()
throws java.io.IOException
java.io.IOException
disconnect
public void disconnect()
throws java.io.IOException
java.io.IOException
sendCommand
public Response sendCommand(Command command)
throws java.io.IOException
java.io.IOException