com.plumtree.remote.crawler
Class CrawlerInfo

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.crawler.CrawlerInfo

public class CrawlerInfo
extends NamedValueMap

A NamedValueMap for storing information about Crawler settings.


Constructor Summary
CrawlerInfo()
          Default constructor
CrawlerInfo(NamedValue[] nvArray)
          Constructor with an input NamedValue array.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrawlerInfo

public CrawlerInfo()
Default constructor


CrawlerInfo

public CrawlerInfo(NamedValue[] nvArray)
Constructor with an input NamedValue array.

Parameters:
nvArray - the initial array of NamedValues for this map


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.