Firefish 0.5.10

gov.lbl.dsd.firefish.client
Class SimpleClient

java.lang.Object
  extended bygov.lbl.dsd.firefish.client.SimpleClient

public class SimpleClient
extends Object

Simple client that demonstrates how to use the basic API; For a more complete client, see FireSearch.

Version:
$Revision: 1.4 $, $Date: 2004/01/30 01:18:01 $

Constructor Summary
SimpleClient()
           
 
Method Summary
static void main(String[] args)
           
 ItemSet simpleQuery(String url, String query, int maxItems)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClient

public SimpleClient()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

simpleQuery

public ItemSet simpleQuery(String url,
                           String query,
                           int maxItems)
                    throws Exception
Throws:
Exception

Firefish 0.5.10

Jump to the Firefish Homepage