Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Class ServerStoredDetails.URLDetail

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
      extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.URLDetail
Direct Known Subclasses:
ServerStoredDetails.WebPageDetail
Enclosing class:
ServerStoredDetails

public static class ServerStoredDetails.URLDetail
extends ServerStoredDetails.GenericDetail

A generic detail representing any url


Field Summary
 
Fields inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
detailDisplayName, value
 
Constructor Summary
ServerStoredDetails.URLDetail(String name, URL url)
           
 
Method Summary
 URL getURL()
           
 
Methods inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
equals, getDetailDisplayName, getDetailValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerStoredDetails.URLDetail

public ServerStoredDetails.URLDetail(String name,
                                     URL url)
Method Detail

getURL

public URL getURL()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.