164165166167168169170171
( (PServerConnection) connection ).setEncodedPassword( password ); } } connection.open(); client = new Client( connection, new StandardAdminHandler() ); client.setLocalPath( localPath ); }
380381382383384385386387388389390
//------------------------ // Setup the client //------------------------ Client client = new Client(conn, new StandardAdminHandler()); client.getEventManager().addCVSListener(new BasicListener()); client.setLocalPath(localPath); return client; }