|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHttpClient
org.switchboard.browser.Browser
org.switchboard.FoafFile
public class FoafFile
| Constructor Summary | |
|---|---|
FoafFile(String sUrl)
|
|
| Method Summary | |
|---|---|
String |
getDepiction()
Gets the URL of a picture in the FOAF file if it exists. |
String |
getFamilyName()
Gets the family name in the FOAF file if it exists. |
FoafFriend[] |
getFriends()
Gets the friends listed in a FoafFile |
String |
getGivenName()
Gets the given name in the FOAF file if it exists. |
String |
getHomepage()
Gets the hompage in the FOAF file if it exists. |
String |
getMBox()
Gets the email address in the FOAF file if it exists. |
String |
getMboxSha1Sum()
Gets the hash of the email address in the FOAF file if it exists. |
String |
getName()
Gets the name in the FOAF file if it exists. |
String |
getNick()
Gets the nickname in the FOAF file if it exists. |
FoafFile |
getParent()
Gets a reference to the FOAF file from which this file was spawned. |
String |
getPhone()
Gets the phone number in the FOAF file if it exists. |
String |
getSchoolHomepage()
Gets the school hompage in the FOAF file if it exists. |
String |
getWorkplaceHomepage()
Gets the work hompage in the FOAF file if it exists. |
boolean |
hasParent()
Returns true if this FOAF was spawned from another FOAF file. |
void |
setParent(FoafFile parent)
Sets the parent of this FOAF file. |
| Methods inherited from class org.switchboard.browser.Browser |
|---|
addCookie, addCookie, addListener, addTreeModelListener, clearCookies, getAcceptCookies, getChild, getChildCount, getImages, getIndexOfChild, getLinks, getRoot, getSentences, getTitle, getURL, isLeaf, main, newHTML, newXML, numImages, open, query, refresh, removeTreeModelListener, save, save, setAcceptCookies, setTag, valueForPathChanged |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FoafFile(String sUrl)
| Method Detail |
|---|
public FoafFile getParent()
public void setParent(FoafFile parent)
public boolean hasParent()
public String getName()
public String getGivenName()
public String getFamilyName()
public String getNick()
public String getMboxSha1Sum()
public String getMBox()
public String getHomepage()
public String getDepiction()
public String getPhone()
public String getWorkplaceHomepage()
public String getSchoolHomepage()
public FoafFriend[] getFriends()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||