All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.apps.afs.SearchTask

java.lang.Object
   |
   +----ajanta.apps.afs.Task
           |
           +----ajanta.apps.afs.SearchTask

public class SearchTask
extends Task
This class represents a search request. The request specifies a search string and the two search options: The option -web is used for searching the index for the web-pages index at the server. In the absence -web will indicate the server's root file system's index should be searched. The -i option is used to request case-insensitive search for the specified keys.


Variable Index

 o ignoreCase
 o searchString

Constructor Index

 o SearchTask(URN, String, boolean)

Variables

 o searchString
 String searchString
 o ignoreCase
 boolean ignoreCase

Constructors

 o SearchTask
 public SearchTask(URN d,
                   String s,
                   boolean i)
Parameters:
destination - URN
search - string
boolean - to indicate case-insensitive search

All Packages  Class Hierarchy  This Package  Previous  Next  Index