|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.ac.waikato.mcennis.rat.crawler.SiteReference
public class SiteReference
Container object placing the URL to be parsed with the parameters controlling its parsing
Constructor Summary | |
---|---|
SiteReference()
|
Method Summary | |
---|---|
Properties |
getProperties()
Get the parameters associated with this URL crawl request |
java.lang.String |
getSiteName()
Retunr the URL to be parsed as a String |
void |
setProperties(Properties parserNames)
Sets the parameters used to control parsing of this object. |
void |
setSiteName(java.lang.String siteName)
Get the URL (as a String) scheduled to be parsed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiteReference()
Method Detail |
---|
public Properties getProperties()
public void setProperties(Properties parserNames)
parserNames
- parameters to be parsedpublic java.lang.String getSiteName()
public void setSiteName(java.lang.String siteName)
siteName
- URL to be parsed
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |