Click or drag to resize

spiderWebLoaderControler Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Helps WebLoader optimization by keeping record on unaccessable urls and page duplicates
Inheritance Hierarchy
SystemObject
  imbWEM.Core.crawlerspiderWebLoaderControler

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class spiderWebLoaderControler

The spiderWebLoaderControler type exposes the following members.

Constructors
  NameDescription
Public methodspiderWebLoaderControler
Initializes a new instance of the spiderWebLoaderControler class
Top
Methods
  NameDescription
Public methodCheckFail
Checks the fail: TRUE if url is known to fail
Public methodEquals (Inherited from Object.)
Public methodGetDuplicateUrl
Gets the duplicate URL.
Public methodGetFailedDomains
Public methodGetFailedProfiles
Returns list of failed domains
Public methodGetFailedURLsCount
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodisFailedDomain(String)
Public methodisFailedDomain(webSiteProfile)
Public methodprepare
Prepares the specified loger.
Public methodSave
Saves this instance.
Public methodSetDuplicateUrl
Sets the duplicate URL.
Public methodSetFailedDomain
Sets the failed domain.
Public methodSetFailUrl
Sets the fail URL.
Public methodToString (Inherited from Object.)
Top
Fields
See Also