Uses of Class
org.archive.crawler.settings.StringList

Packages that use StringList
org.archive.crawler.datamodel   
org.archive.crawler.settings Provides classes for the settings framework. 
 

Uses of StringList in org.archive.crawler.datamodel
 

Methods in org.archive.crawler.datamodel that return StringList
 StringList RobotsHonoringPolicy.getUserAgents(CrawlerSettings settings)
          If policy-type is most favored crawler of set, then this method gets a list of all useragents in that set.
 

Uses of StringList in org.archive.crawler.settings
 

Methods in org.archive.crawler.settings with parameters of type StringList
 void StringList.addAll(StringList l)
          Appends all of the elements in the specified list to the end of this list, in the order that they are returned by the specified lists's iterator.
 

Constructors in org.archive.crawler.settings with parameters of type StringList
StringList(java.lang.String name, java.lang.String description, StringList l)
          Creates a new StringList and initializes it with the values from another StringList.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.