com.plumtree.server
Class PT_CRAWL_INFO

java.lang.Object
  |
  +--com.plumtree.server.PT_CRAWL_INFO

public final class PT_CRAWL_INFO
extends java.lang.Object

This list specifies the different parameters that a Crawl can have

See Also:
IPTCrawler

Field Summary
static int PT_CRAWL_INFO_CRAWL_DEPTH
          Indicates the maximum depth of nodes that should be crawled.
static int PT_CRAWL_INFO_CRAWL_DESCRIPTION
          Description of the Crawler
static int PT_CRAWL_INFO_INVALID
          Indicates the number of items in this enumeration
static int PT_CRAWL_INFO_THREADS
          Indicates the number of threads that should be used during a Crawl
 
Constructor Summary
PT_CRAWL_INFO()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CRAWL_INFO_THREADS

public static final int PT_CRAWL_INFO_THREADS
Indicates the number of threads that should be used during a Crawl

PT_CRAWL_INFO_CRAWL_DEPTH

public static final int PT_CRAWL_INFO_CRAWL_DEPTH
Indicates the maximum depth of nodes that should be crawled.

PT_CRAWL_INFO_CRAWL_DESCRIPTION

public static final int PT_CRAWL_INFO_CRAWL_DESCRIPTION
Description of the Crawler

PT_CRAWL_INFO_INVALID

public static final int PT_CRAWL_INFO_INVALID
Indicates the number of items in this enumeration
Constructor Detail

PT_CRAWL_INFO

public PT_CRAWL_INFO()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.