|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.regain.crawler.document.PathElement
public class PathElement
Ein Element eines Pfades. Besteht aus einer URL und einem Titel
Field Summary | |
---|---|
private String |
mTitle
Der Titel. |
private String |
mUrl
Die URL. |
Constructor Summary | |
---|---|
PathElement(String url,
String title)
Erzeugt eine neue PathElement-Instanz. |
Method Summary | |
---|---|
String |
getTitle()
Gibt den Titel zurück. |
String |
getUrl()
Gibt die URL zurück. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String mUrl
private String mTitle
Constructor Detail |
---|
public PathElement(String url, String title)
url
- Die URLtitle
- Der TitelMethod Detail |
---|
public String getUrl()
public String getTitle()
|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |