public class CrawlInfo extends Object
crawlerName and
 crawlerPort.| Constructor and Description | 
|---|
| CrawlInfo()Default Constructor. | 
| CrawlInfo(String name,
         String port)Constructs a new CrawlInfo with the specified parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCrawlerName() | 
| String | getCrawlerPort() | 
| void | setCrawlerName(String crawlerName) | 
| void | setCrawlerPort(String crawlerPort) | 
public String getCrawlerName()
public void setCrawlerName(String crawlerName)
crawlerName - the crawlerName to setpublic String getCrawlerPort()
public void setCrawlerPort(String crawlerPort)
crawlerPort - the crawlerPort to setCopyright © 1999–2017 Apache OODT. All rights reserved.